GoogleAdsSearchads360V23ResourcesGoal constructor

GoogleAdsSearchads360V23ResourcesGoal({
  1. String? goalId,
  2. String? goalType,
  3. String? optimizationEligibility,
  4. String? ownerCustomer,
  5. String? resourceName,
  6. GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal? retentionGoalSettings,
})

Implementation

GoogleAdsSearchads360V23ResourcesGoal({
  this.goalId,
  this.goalType,
  this.optimizationEligibility,
  this.ownerCustomer,
  this.resourceName,
  this.retentionGoalSettings,
});