Class CreativeDealAssociation
The association between a creative and a deal.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class CreativeDealAssociation : IDirectResponseSchema
Properties
AccountId
The account the creative belongs to.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativeId
The ID of the creative associated with the deal.
Declaration
[JsonProperty("creativeId")]
public virtual string CreativeId { get; set; }
Property Value
Type | Description |
---|---|
string |
DealsId
The externalDealId for the deal associated with the creative.
Declaration
[JsonProperty("dealsId")]
public virtual string DealsId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |