Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList

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 TARGET_CPA.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList

Returns a new instance of GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList.



11326
11327
11328
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11326

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

Instance Attribute Details

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

Projected metrics for a series of target CPA amounts. Corresponds to the JSON property points



11324
11325
11326
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11324

def points
  @points
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11331
11332
11333
# File 'lib/google/apis/searchads360_v23/classes.rb', line 11331

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