GoogleAdsSearchads360V23ServicesEnableOperation constructor

GoogleAdsSearchads360V23ServicesEnableOperation({
  1. String? accentColor,
  2. bool? autoPopulateBrandAssets,
  3. GoogleAdsSearchads360V23ServicesBrandCampaignAssets? brandAssets,
  4. String? campaign,
  5. String? finalUriDomain,
  6. String? fontFamily,
  7. String? mainColor,
})

Implementation

GoogleAdsSearchads360V23ServicesEnableOperation({
  this.accentColor,
  this.autoPopulateBrandAssets,
  this.brandAssets,
  this.campaign,
  this.finalUriDomain,
  this.fontFamily,
  this.mainColor,
});