Class PlannedProductReachForecast
Performance forecast for a specific product.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannedProductReachForecast : IDirectResponseSchema
Properties
CostMicros
The cost in micros for this product.
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 |
PlannableProductCode
The code for the product.
Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlannedProductForecast
Performance metrics for the product.
Declaration
[JsonProperty("plannedProductForecast")]
public virtual PlannedProductForecast PlannedProductForecast { get; set; }
Property Value
| Type | Description |
|---|---|
| PlannedProductForecast |