Struct google_dfareporting2d4::SiteContact [] [src]

pub struct SiteContact {
    pub first_name: Option<String>,
    pub title: Option<String>,
    pub last_name: Option<String>,
    pub contact_type: Option<String>,
    pub id: Option<String>,
    pub phone: Option<String>,
    pub address: Option<String>,
    pub email: Option<String>,
}

Site Contact

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

Fields

First name of this site contact.

Title or designation of this site contact.

Last name of this site contact.

Site contact type.

ID of this site contact. This is a read-only, auto-generated field.

Primary phone number of this site contact.

Address of this site contact.

Email address of this site contact. This is a required field.

Trait Implementations

impl Default for SiteContact
[src]

[src]

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

impl Clone for SiteContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SiteContact
[src]

[src]

Formats the value using the given formatter.

impl Part for SiteContact
[src]