GoogleAdsSearchads360V23ServicesInsightsAudienceDescription constructor

GoogleAdsSearchads360V23ServicesInsightsAudienceDescription({
  1. String? audienceDescription,
  2. GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions? audienceDimensions,
  3. List<GoogleAdsSearchads360V23CommonLocationInfo>? countryLocations,
  4. String? marketingObjective,
})

Implementation

GoogleAdsSearchads360V23ServicesInsightsAudienceDescription({
  this.audienceDescription,
  this.audienceDimensions,
  this.countryLocations,
  this.marketingObjective,
});