Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve

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

The reach curve for the planned products.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesReachCurve

Returns a new instance of GoogleAdsSearchads360V23ServicesReachCurve.



52103
52104
52105
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52103

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

Instance Attribute Details

#reach_forecastsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachForecast>

All points on the reach curve. Corresponds to the JSON property reachForecasts



52101
52102
52103
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52101

def reach_forecasts
  @reach_forecasts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52108
52109
52110
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52108

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