GoogleAdsSearchads360V23ResourcesCampaignBudget constructor

GoogleAdsSearchads360V23ResourcesCampaignBudget({
  1. String? alignedBiddingStrategyId,
  2. String? amountMicros,
  3. String? deliveryMethod,
  4. bool? explicitlyShared,
  5. bool? hasRecommendedBudget,
  6. String? id,
  7. String? name,
  8. String? period,
  9. String? recommendedBudgetAmountMicros,
  10. String? recommendedBudgetEstimatedChangeWeeklyClicks,
  11. String? recommendedBudgetEstimatedChangeWeeklyCostMicros,
  12. String? recommendedBudgetEstimatedChangeWeeklyInteractions,
  13. String? recommendedBudgetEstimatedChangeWeeklyViews,
  14. String? referenceCount,
  15. String? resourceName,
  16. String? status,
  17. String? totalAmountMicros,
  18. String? type,
})

Implementation

GoogleAdsSearchads360V23ResourcesCampaignBudget({
  this.alignedBiddingStrategyId,
  this.amountMicros,
  this.deliveryMethod,
  this.explicitlyShared,
  this.hasRecommendedBudget,
  this.id,
  this.name,
  this.period,
  this.recommendedBudgetAmountMicros,
  this.recommendedBudgetEstimatedChangeWeeklyClicks,
  this.recommendedBudgetEstimatedChangeWeeklyCostMicros,
  this.recommendedBudgetEstimatedChangeWeeklyInteractions,
  this.recommendedBudgetEstimatedChangeWeeklyViews,
  this.referenceCount,
  this.resourceName,
  this.status,
  this.totalAmountMicros,
  this.type,
});