Struct google_adexchangebuyer1d4::Buyer[][src]

pub struct Buyer {
    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

Adx account id of the buyer.

Trait Implementations

impl Default for Buyer
[src]

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

impl Clone for Buyer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Buyer
[src]

Formats the value using the given formatter. Read more

impl Part for Buyer
[src]

Auto Trait Implementations

impl Send for Buyer

impl Sync for Buyer