Class: Google::Apis::DisplayvideoV4::ReachCurve
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::ReachCurve
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
The generated reach curve.
Instance Attribute Summary collapse
-
#reach_forecasts ⇒ Array<Google::Apis::DisplayvideoV4::ReachForecast>
Points along the curve, ordered by cost.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReachCurve
constructor
A new instance of ReachCurve.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReachCurve
Returns a new instance of ReachCurve.
13332 13333 13334 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13332 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reach_forecasts ⇒ Array<Google::Apis::DisplayvideoV4::ReachForecast>
Points along the curve, ordered by cost.
Corresponds to the JSON property reachForecasts
13330 13331 13332 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13330 def reach_forecasts @reach_forecasts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13337 13338 13339 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13337 def update!(**args) @reach_forecasts = args[:reach_forecasts] if args.key?(:reach_forecasts) end |