Class ReachForecast
A single point in the reach curve.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class ReachForecast : IDirectResponseSchema
Properties
CostMicros
Total cost for this point in micros.
Declaration
[JsonProperty("costMicros")]
public virtual long? CostMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Forecast
Aggregate forecast for the entire plan.
Declaration
[JsonProperty("forecast")]
public virtual PlannedProductForecast Forecast { get; set; }
Property Value
| Type | Description |
|---|---|
| PlannedProductForecast |
PlannedProductReachForecasts
Breakdown for individual products at this cost point.
Declaration
[JsonProperty("plannedProductReachForecasts")]
public virtual IList<PlannedProductReachForecast> PlannedProductReachForecasts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PlannedProductReachForecast> |