Show / Hide Table of Contents

Class ReachCurve

The generated reach curve.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX