Struct google_dfareporting2d4::OrderContact [] [src]

pub struct OrderContact {
    pub contact_type: Option<String>,
    pub contact_title: Option<String>,
    pub contact_info: Option<String>,
    pub contact_name: Option<String>,
    pub signature_user_profile_id: Option<String>,
}

Contact of an order.

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

Fields

Type of this contact.

Title of this contact.

Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.

Name of this contact.

ID of the user profile containing the signature that will be embedded into order documents.

Trait Implementations

impl Default for OrderContact
[src]

[src]

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

impl Clone for OrderContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrderContact
[src]

[src]

Formats the value using the given formatter.

impl Part for OrderContact
[src]