Struct google_adexchangebuyer1d4::MarketplaceLabel[][src]

pub struct MarketplaceLabel {
    pub create_time_ms: Option<String>,
    pub deprecated_marketplace_deal_party: Option<MarketplaceDealParty>,
    pub label: Option<String>,
    pub account_id: Option<String>,
}

There is no detailed description.

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

Fields

The creation time (in ms since epoch) for the label.

Information about the party that created the label.

The label to use.

The accountId of the party that created the label.

Trait Implementations

impl Default for MarketplaceLabel
[src]

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

impl Clone for MarketplaceLabel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MarketplaceLabel
[src]

Formats the value using the given formatter. Read more

impl Part for MarketplaceLabel
[src]

Auto Trait Implementations