GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse constructor

GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse({
  1. String? nextPageToken,
  2. List<GoogleAdsSearchads360V23ServicesBatchJobResult>? results,
})

Implementation

GoogleAdsSearchads360V23ServicesListBatchJobResultsResponse({
  this.nextPageToken,
  this.results,
});