Show / Hide Table of Contents

Class DealServingMetadata

Inheritance
System.Object
DealServingMetadata
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 DealServingMetadata : IDirectResponseSchema

Properties

AlcoholAdsAllowed

True if alcohol ads are allowed for this deal (read-only). This field is only populated when querying for finalized orders using the method GetFinalizedOrderDeals

Declaration
[JsonProperty("alcoholAdsAllowed")]
public virtual bool? AlcoholAdsAllowed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

DealPauseStatus

Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)

Declaration
[JsonProperty("dealPauseStatus")]
public virtual DealServingMetadataDealPauseStatus DealPauseStatus { get; set; }
Property Value
Type Description
DealServingMetadataDealPauseStatus

ETag

The ETag of the item.

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

Implements

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