GoogleAdsSearchads360V23ServicesSearchSettings constructor

GoogleAdsSearchads360V23ServicesSearchSettings({
  1. bool? omitResults,
  2. bool? returnSummaryRow,
  3. bool? returnTotalResultsCount,
})

Implementation

GoogleAdsSearchads360V23ServicesSearchSettings({
  this.omitResults,
  this.returnSummaryRow,
  this.returnTotalResultsCount,
});