Struct google_adexchangebuyer1d4::ContactInformation[][src]

pub struct ContactInformation {
    pub email: Option<String>,
    pub name: Option<String>,
}

There is no detailed description.

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

Fields

Email address of the contact.

The name of the contact.

Trait Implementations

impl Default for ContactInformation
[src]

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

impl Clone for ContactInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContactInformation
[src]

Formats the value using the given formatter. Read more

impl Part for ContactInformation
[src]

Auto Trait Implementations