GoogleAdsSearchads360V23ServicesSearchSearchAds360Request constructor

GoogleAdsSearchads360V23ServicesSearchSearchAds360Request({
  1. int? pageSize,
  2. String? pageToken,
  3. String? query,
  4. GoogleAdsSearchads360V23ServicesSearchSettings? searchSettings,
  5. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesSearchSearchAds360Request({
  this.pageSize,
  this.pageToken,
  this.query,
  this.searchSettings,
  this.validateOnly,
});