GoogleAdsSearchads360V23ServicesListCampaignDraftAsyncErrorsResponse constructor

GoogleAdsSearchads360V23ServicesListCampaignDraftAsyncErrorsResponse({
  1. List<GoogleRpcStatus>? errors,
  2. String? nextPageToken,
})

Implementation

GoogleAdsSearchads360V23ServicesListCampaignDraftAsyncErrorsResponse({
  this.errors,
  this.nextPageToken,
});