Class ListDealAssociationsResponse
A response for listing creative and deal associations
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ListDealAssociationsResponse : IDirectResponseSchema
Properties
Associations
The list of associations.
Declaration
[JsonProperty("associations")]
public virtual IList<CreativeDealAssociation> Associations { get; set; }
Property Value
Type | Description |
---|---|
IList<CreativeDealAssociation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve the next page of results. Pass this value in the ListDealAssociationsRequest.page_token field in the subsequent call to 'ListDealAssociation' method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |