GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata constructor

GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata({
  1. String? completionDateTime,
  2. String? creationDateTime,
  3. double? estimatedCompletionRatio,
  4. String? executedOperationCount,
  5. int? executionLimitSeconds,
  6. String? operationCount,
  7. String? startDateTime,
})

Implementation

GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata({
  this.completionDateTime,
  this.creationDateTime,
  this.estimatedCompletionRatio,
  this.executedOperationCount,
  this.executionLimitSeconds,
  this.operationCount,
  this.startDateTime,
});