Struct google_dfareporting2d3::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]

[src]

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

impl Clone for ThirdPartyAuthenticationToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ThirdPartyAuthenticationToken
[src]

[src]

Formats the value using the given formatter.

impl Part for ThirdPartyAuthenticationToken
[src]