Class: Google::Apis::DisplayvideoV4::ReachCurve

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReachCurve

Returns a new instance of ReachCurve.



13277
13278
13279
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13277

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

Instance Attribute Details

#reach_forecastsArray<Google::Apis::DisplayvideoV4::ReachForecast>

Points along the curve, ordered by cost. Corresponds to the JSON property reachForecasts



13275
13276
13277
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13275

def reach_forecasts
  @reach_forecasts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13282
13283
13284
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13282

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