Show / Hide Table of Contents

Class PlannedProductReachForecast

Performance forecast for a specific product.

Inheritance
object
PlannedProductReachForecast
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX