GoogleAdsSearchads360V23ResourcesCampaignCustomizer constructor

GoogleAdsSearchads360V23ResourcesCampaignCustomizer({
  1. String? campaign,
  2. String? customizerAttribute,
  3. String? resourceName,
  4. String? status,
  5. GoogleAdsSearchads360V23CommonCustomizerValue? value,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignCustomizer({
  this.campaign,
  this.customizerAttribute,
  this.resourceName,
  this.status,
  this.value,
});