GoogleAdsSearchads360V23ResourcesCampaignLifecycleGoal constructor

GoogleAdsSearchads360V23ResourcesCampaignLifecycleGoal({
  1. String? campaign,
  2. GoogleAdsSearchads360V23ResourcesCustomerAcquisitionGoalSettings? customerAcquisitionGoalSettings,
  3. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignLifecycleGoal({
  this.campaign,
  this.customerAcquisitionGoalSettings,
  this.resourceName,
});