Show / Hide Table of Contents

Class CreativeDealIds.DealStatusesData

A list of external deal ids and ARC approval status.

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

Properties

ArcStatus

ARC approval status.

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

DealId

External deal ID.

Declaration
[JsonProperty("dealId")]
public virtual long? DealId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

WebPropertyId

Publisher ID.

Declaration
[JsonProperty("webPropertyId")]
public virtual int? WebPropertyId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top