GoogleAdsSearchads360V23ServicesBatchJobResult constructor

GoogleAdsSearchads360V23ServicesBatchJobResult({
  1. GoogleAdsSearchads360V23ServicesMutateOperationResponse? mutateOperationResponse,
  2. String? operationIndex,
  3. GoogleRpcStatus? status,
})

Implementation

GoogleAdsSearchads360V23ServicesBatchJobResult({
  this.mutateOperationResponse,
  this.operationIndex,
  this.status,
});