Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachCurve
- 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
-
#reach_forecasts ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesReachForecast>
All points on the reach curve.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesReachCurve
constructor
A new instance of GoogleAdsSearchads360V23ServicesReachCurve.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_forecasts ⇒ Array<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 |