Struct gsuite_api::UserLocation [−][src]
pub struct UserLocation {
pub area: String,
pub building_id: String,
pub custom_type: String,
pub desk_code: String,
pub floor_name: String,
pub floor_section: String,
pub typev: String,
}Expand description
A user’s location.
Fields
area: Stringbuilding_id: StringUnique ID for the building a resource is located in.
custom_type: StringIf the value of type is custom, this property contains the custom type string.
desk_code: StringMost specific textual code of individual desk location.
floor_name: StringName of the floor a resource is located on.
floor_section: StringFloor section. More specific location within the floor. For example, if a floor is divided into sections “A”, “B”, and “C”, this field would identify one of those values.
typev: 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 UserLocationimpl Send for UserLocationimpl Sync for UserLocationimpl Unpin for UserLocationimpl UnwindSafe for UserLocationBlanket 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