Struct gsuite_api::Organization [−][src]
pub struct Organization {
pub cost_center: String,
pub custom_type: String,
pub department: String,
pub description: String,
pub domain: String,
pub full_time_equivalent: u64,
pub location: String,
pub name: String,
pub primary: bool,
pub symbol: String,
pub title: String,
pub typev: String,
}Expand description
An organization
Fields
cost_center: Stringcustom_type: StringIf the value of type is custom, this property contains the custom type string.
department: Stringdescription: Stringdomain: Stringfull_time_equivalent: u64location: Stringname: Stringprimary: boolsymbol: Stringtitle: Stringtypev: StringTrait Implementations
Returns the “default value” for a type. Read more
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 Organizationimpl Send for Organizationimpl Sync for Organizationimpl Unpin for Organizationimpl UnwindSafe for OrganizationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V