GoogleAdsSearchads360V23ServicesSearchSearchAds360Request constructor
GoogleAdsSearchads360V23ServicesSearchSearchAds360Request({
- int? pageSize,
- String? pageToken,
- String? query,
- GoogleAdsSearchads360V23ServicesSearchSettings? searchSettings,
- bool? validateOnly,
Implementation
GoogleAdsSearchads360V23ServicesSearchSearchAds360Request({
this.pageSize,
this.pageToken,
this.query,
this.searchSettings,
this.validateOnly,
});