Struct gsuite_api::types::Token [−][src]
pub struct Token { pub anonymous: bool, pub client_id: String, pub display_text: String, pub etag: String, pub kind: String, pub native_app: bool, pub scopes: Vec<String>, pub user_key: String, }
Expand description
JSON template for token resource in Directory API.
Fields
anonymous: bool
JSON template for token resource in Directory API.
client_id: String
JSON template for token resource in Directory API.
display_text: String
JSON template for token resource in Directory API.
etag: String
JSON template for token resource in Directory API.
kind: String
JSON template for token resource in Directory API.
native_app: bool
JSON template for token resource in Directory API.
scopes: Vec<String>
JSON template for token resource in Directory API.
user_key: String
JSON template for token resource in Directory API.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more