Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonBudgetSimulationPointList
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonBudgetSimulationPointList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
A container for simulation points for simulations of type BUDGET.
Instance Attribute Summary collapse
-
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonBudgetSimulationPoint>
Projected metrics for a series of budget amounts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonBudgetSimulationPointList
constructor
A new instance of GoogleAdsSearchads360V23CommonBudgetSimulationPointList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonBudgetSimulationPointList
Returns a new instance of GoogleAdsSearchads360V23CommonBudgetSimulationPointList.
2020 2021 2022 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2020 def initialize(**args) update!(**args) end |
Instance Attribute Details
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonBudgetSimulationPoint>
Projected metrics for a series of budget amounts.
Corresponds to the JSON property points
2018 2019 2020 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2018 def points @points end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2025 2026 2027 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2025 def update!(**args) @points = args[:points] if args.key?(:points) end |