Show / Hide Table of Contents

Class DealTermsRubiconNonGuaranteedTerms

Inheritance
System.Object
DealTermsRubiconNonGuaranteedTerms
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class DealTermsRubiconNonGuaranteedTerms : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

PriorityPrice

Optional price for Rubicon priority access in the auction.

Declaration
[JsonProperty("priorityPrice")]
public virtual Price PriorityPrice { get; set; }
Property Value
Type Description
Price

StandardPrice

Optional price for Rubicon standard access in the auction.

Declaration
[JsonProperty("standardPrice")]
public virtual Price StandardPrice { get; set; }
Property Value
Type Description
Price

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top