Struct google_adexchangebuyer2_v2_beta1::CreativeDealAssociation[][src]

pub struct CreativeDealAssociation {
    pub deals_id: Option<String>,
    pub creative_id: Option<String>,
    pub account_id: Option<String>,
}

The association between a creative and a deal.

This type is not used in any activity, and only used as part of another schema.

Fields

The externalDealId for the deal associated with the creative.

The ID of the creative associated with the deal.

The account the creative belongs to.

Trait Implementations

impl Default for CreativeDealAssociation
[src]

Returns the "default value" for a type. Read more

impl Clone for CreativeDealAssociation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeDealAssociation
[src]

Formats the value using the given formatter. Read more

impl Part for CreativeDealAssociation
[src]

Auto Trait Implementations