Show / Hide Table of Contents

Class CreativeDealIds

The external deal ids associated with a creative.

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

Properties

DealStatuses

A list of external deal ids and ARC approval status.

Declaration
[JsonProperty("dealStatuses")]
public virtual IList<CreativeDealIds.DealStatusesData> DealStatuses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CreativeDealIds.DealStatusesData>

ETag

The ETag of the item.

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

Kind

Resource type.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

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