GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse constructor

GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse({
  1. String? nextSequenceToken,
  2. String? totalOperations,
})

Implementation

GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse({
  this.nextSequenceToken,
  this.totalOperations,
});