Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList

Returns a new instance of GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList.



9038
9039
9040
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9038

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pointsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPoint>

Projected metrics for a series of percent CPC bid amounts. Corresponds to the JSON property points



9036
9037
9038
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9036

def points
  @points
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9043
9044
9045
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9043

def update!(**args)
  @points = args[:points] if args.key?(:points)
end