Class ReachCurve
The generated reach curve.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class ReachCurve : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReachForecasts
Points along the curve, ordered by cost.
Declaration
[JsonProperty("reachForecasts")]
public virtual IList<ReachForecast> ReachForecasts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReachForecast> |