Struct zoom_api::types::Templates [−][src]
pub struct Templates {
pub description: String,
pub id: String,
pub name: String,
pub type_: Option<ListSettingTemplatesResponseType>,
}Fields
description: StringUser’s first name.
id: StringUser’s first name.
name: StringUser’s first name.
type_: Option<ListSettingTemplatesResponseType>Template type.
The value of this field can be one of the following:
* user
* group
* autReceptionist
* commonArea
* zr
* interop
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 Templates
impl UnwindSafe for Templates
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more