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.
52862 52863 52864 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52862 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
52860 52861 52862 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52860 def reach_forecasts @reach_forecasts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
52867 52868 52869 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52867 def update!(**args) @reach_forecasts = args[:reach_forecasts] if args.key?(:reach_forecasts) end |