Struct google_dfareporting3d2::ThirdPartyAuthenticationToken[][src]

pub struct ThirdPartyAuthenticationToken {
    pub name: Option<String>,
    pub value: Option<String>,
}

Third Party Authentication Token

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

Fields

Name of the third-party authentication token.

Value of the third-party authentication token. This is a read-only, auto-generated field.

Trait Implementations

impl Default for ThirdPartyAuthenticationToken
[src]

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

impl Clone for ThirdPartyAuthenticationToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThirdPartyAuthenticationToken
[src]

Formats the value using the given formatter. Read more

impl Part for ThirdPartyAuthenticationToken
[src]

Auto Trait Implementations