Show / Hide Table of Contents

Class CreativeDealAssociation

The association between a creative and a deal.

Inheritance
object
CreativeDealAssociation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX