Struct gsuite_api::types::Customer [−][src]
pub struct Customer { pub alternate_email: String, pub customer_creation_time: Option<DateTime<Utc>>, pub customer_domain: String, pub etag: String, pub id: String, pub kind: String, pub language: String, pub phone_number: String, pub postal_address: Option<CustomerPostalAddress>, }
Fields
alternate_email: String
customer_creation_time: Option<DateTime<Utc>>
Date and time the report was received.
customer_domain: String
etag: String
id: String
kind: String
language: String
phone_number: String
postal_address: Option<CustomerPostalAddress>
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 Customer
impl UnwindSafe for Customer
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more