Class GenerateReachForecastResponse
Response message for ReachForecastService.GenerateReachForecast.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class GenerateReachForecastResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnTargetAudienceMetrics
The estimated audience sizes for the targeted geography.
Declaration
[JsonProperty("onTargetAudienceMetrics")]
public virtual OnTargetAudienceMetrics OnTargetAudienceMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| OnTargetAudienceMetrics |
ReachCurve
The generated forecast curve.
Declaration
[JsonProperty("reachCurve")]
public virtual ReachCurve ReachCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| ReachCurve |