Show / Hide Table of Contents

Class ReachForecast

A single point in the reach curve.

Inheritance
object
ReachForecast
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX