Struct zoom_api::types::UpdateCallQueueRequest [−][src]
pub struct UpdateCallQueueRequest {
pub description: String,
pub extension_number: i64,
pub name: String,
pub site_id: String,
pub status: Option<ReportUsersType>,
pub timezone: String,
}Fields
description: StringUser’s first name.
extension_number: i64Account seats.
name: StringUser’s first name.
site_id: StringUser’s first name.
status: Option<ReportUsersType>Active or inactive hosts.active - Active hosts. inactive - Inactive hosts.
timezone: StringUser’s first name.
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 UpdateCallQueueRequest
impl Send for UpdateCallQueueRequest
impl Sync for UpdateCallQueueRequest
impl Unpin for UpdateCallQueueRequest
impl UnwindSafe for UpdateCallQueueRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more