Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList
- 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 PERCENT_CPC_BID.
Instance Attribute Summary collapse
-
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPoint>
Projected metrics for a series of percent CPC bid amounts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList
constructor
A new instance of GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList
Returns a new instance of GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList.
8970 8971 8972 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8970 def initialize(**args) update!(**args) end |
Instance Attribute Details
#points ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPoint>
Projected metrics for a series of percent CPC bid amounts.
Corresponds to the JSON property points
8968 8969 8970 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8968 def points @points end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8975 8976 8977 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 8975 def update!(**args) @points = args[:points] if args.key?(:points) end |