Struct gsuite_api::types::Alias [−][src]
pub struct Alias { pub alias: String, pub etag: String, pub id: String, pub kind: String, pub primary_email: String, }
Expand description
JSON template for Alias object in Directory API.
Fields
alias: String
JSON template for Alias object in Directory API.
etag: String
JSON template for Alias object in Directory API.
id: String
JSON template for Alias object in Directory API.
kind: String
JSON template for Alias object in Directory API.
primary_email: String
JSON template for Alias object 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 Alias
impl UnwindSafe for Alias
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more