Class: Google::Apis::DisplayvideoV4::GenerateReachForecastResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::GenerateReachForecastResponse
- 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
Response message for ReachForecastService.GenerateReachForecast.
Instance Attribute Summary collapse
-
#on_target_audience_metrics ⇒ Google::Apis::DisplayvideoV4::OnTargetAudienceMetrics
Estimated audience sizes for a targeted geography.
-
#reach_curve ⇒ Google::Apis::DisplayvideoV4::ReachCurve
The generated reach curve.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateReachForecastResponse
constructor
A new instance of GenerateReachForecastResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenerateReachForecastResponse
Returns a new instance of GenerateReachForecastResponse.
8404 8405 8406 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8404 def initialize(**args) update!(**args) end |
Instance Attribute Details
#on_target_audience_metrics ⇒ Google::Apis::DisplayvideoV4::OnTargetAudienceMetrics
Estimated audience sizes for a targeted geography.
Corresponds to the JSON property onTargetAudienceMetrics
8397 8398 8399 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8397 def on_target_audience_metrics @on_target_audience_metrics end |
#reach_curve ⇒ Google::Apis::DisplayvideoV4::ReachCurve
The generated reach curve.
Corresponds to the JSON property reachCurve
8402 8403 8404 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8402 def reach_curve @reach_curve end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8409 8410 8411 8412 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 8409 def update!(**args) @on_target_audience_metrics = args[:on_target_audience_metrics] if args.key?(:on_target_audience_metrics) @reach_curve = args[:reach_curve] if args.key?(:reach_curve) end |