Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList
- 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 TARGET_ROAS.
Instance Attribute Summary collapse
-
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetRoasSimulationPoint>
Projected metrics for a series of target ROAS amounts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList
constructor
A new instance of GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList
Returns a new instance of GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList.
11680 11681 11682 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11680 def initialize(**args) update!(**args) end |
Instance Attribute Details
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetRoasSimulationPoint>
Projected metrics for a series of target ROAS amounts.
Corresponds to the JSON property points
11678 11679 11680 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11678 def points @points end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11685 11686 11687 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11685 def update!(**args) @points = args[:points] if args.key?(:points) end |