Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList
- 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_CPA.
Instance Attribute Summary collapse
-
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint>
Projected metrics for a series of target CPA amounts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList
constructor
A new instance of GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList
Returns a new instance of GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList.
11392 11393 11394 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11392 def initialize(**args) update!(**args) end |
Instance Attribute Details
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint>
Projected metrics for a series of target CPA amounts.
Corresponds to the JSON property points
11390 11391 11392 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11390 def points @points end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11397 11398 11399 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11397 def update!(**args) @points = args[:points] if args.key?(:points) end |