GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest constructor

GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest({
  1. List<GoogleAdsSearchads360V23ServicesMutateOperation>? mutateOperations,
  2. String? sequenceToken,
})

Implementation

GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest({
  this.mutateOperations,
  this.sequenceToken,
});