GoogleAdsSearchads360V23ResourcesBatchJob constructor

GoogleAdsSearchads360V23ResourcesBatchJob({
  1. String? id,
  2. String? longRunningOperation,
  3. GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata? metadata,
  4. String? nextAddSequenceToken,
  5. String? resourceName,
  6. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesBatchJob({
  this.id,
  this.longRunningOperation,
  this.metadata,
  this.nextAddSequenceToken,
  this.resourceName,
  this.status,
});