Struct google_dfareporting2d6::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: Option<String>
Name of the third-party authentication token.
value: Option<String>
Value of the third-party authentication token. This is a read-only, auto-generated field.
Trait Implementations
impl Default for ThirdPartyAuthenticationToken[src]
fn default() -> ThirdPartyAuthenticationToken
Returns the "default value" for a type. Read more
impl Clone for ThirdPartyAuthenticationToken[src]
fn clone(&self) -> ThirdPartyAuthenticationToken
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more