Struct zoom_api::types::AddAzrLocationResponse [−][src]
pub struct AddAzrLocationResponse {
pub id: String,
pub name: String,
pub parent_location_id: String,
pub type_: Option<ListZrLocationsResponseType>,
}Fields
id: StringUser’s first name.
name: StringUser’s first name.
parent_location_id: StringUser’s first name.
type_: Option<ListZrLocationsResponseType>The type of location. The value can be one of the following:
country, states, city, campus, building, floor.
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 AddAzrLocationResponse
impl Send for AddAzrLocationResponse
impl Sync for AddAzrLocationResponse
impl Unpin for AddAzrLocationResponse
impl UnwindSafe for AddAzrLocationResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more