GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse constructor
GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse({
- String? nextPageToken,
- List<
GoogleAdsSearchads360V23ResourcesSearchAds360Field> ? results, - String? totalResultsCount,
Implementation
GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse({
this.nextPageToken,
this.results,
this.totalResultsCount,
});