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.
13294 13295 13296 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13294 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
13292 13293 13294 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13292 def reach_forecasts @reach_forecasts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13299 13300 13301 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13299 def update!(**args) @reach_forecasts = args[:reach_forecasts] if args.key?(:reach_forecasts) end |