GoogleAdsSearchads360V23ResourcesCampaignBudget class

A campaign budget.

Constructors

GoogleAdsSearchads360V23ResourcesCampaignBudget({String? alignedBiddingStrategyId, String? amountMicros, String? deliveryMethod, bool? explicitlyShared, bool? hasRecommendedBudget, String? id, String? name, String? period, String? recommendedBudgetAmountMicros, String? recommendedBudgetEstimatedChangeWeeklyClicks, String? recommendedBudgetEstimatedChangeWeeklyCostMicros, String? recommendedBudgetEstimatedChangeWeeklyInteractions, String? recommendedBudgetEstimatedChangeWeeklyViews, String? referenceCount, String? resourceName, String? status, String? totalAmountMicros, String? type})
GoogleAdsSearchads360V23ResourcesCampaignBudget.fromJson(Map json_)

Properties

alignedBiddingStrategyId String?
ID of the portfolio bidding strategy that this shared campaign budget is aligned with.
getter/setter pair
amountMicros String?
The average daily amount to be spent by the campaign.
getter/setter pair
deliveryMethod String?
The delivery method that determines the rate at which the campaign budget is spent.
getter/setter pair
explicitlyShared bool?
Specifies whether the budget is explicitly shared.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecommendedBudget bool?
Indicates whether there is a recommended budget for this campaign budget.
getter/setter pair
id String?
The ID of the campaign budget.
getter/setter pair
name String?
The name of the campaign budget.
getter/setter pair
period String?
Period over which to spend the budget.
getter/setter pair
recommendedBudgetAmountMicros String?
The recommended budget amount.
getter/setter pair
recommendedBudgetEstimatedChangeWeeklyClicks String?
The estimated change in weekly clicks if the recommended budget is applied.
getter/setter pair
recommendedBudgetEstimatedChangeWeeklyCostMicros String?
The estimated change in weekly cost in micros if the recommended budget is applied.
getter/setter pair
recommendedBudgetEstimatedChangeWeeklyInteractions String?
The estimated change in weekly interactions if the recommended budget is applied.
getter/setter pair
recommendedBudgetEstimatedChangeWeeklyViews String?
The estimated change in weekly views if the recommended budget is applied.
getter/setter pair
referenceCount String?
The number of campaigns actively using the budget.
getter/setter pair
resourceName String?
The resource name of the campaign budget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of this campaign budget.
getter/setter pair
totalAmountMicros String?
The total amount to be spent by the campaign over its entire duration.
getter/setter pair
type String?
The type of the campaign budget.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited