Struct zoom_api::types::GetCallQueueResponse [−][src]
pub struct GetCallQueueResponse {
pub extension_number: i64,
pub id: String,
pub members: Option<GetCallQueueResponseMembers>,
pub name: String,
pub phone_numbers: Vec<ListCallQueuesResponsePhoneNumbers>,
pub site: Option<Site>,
pub status: Option<ReportUsersType>,
}Fields
extension_number: i64Account seats.
id: StringUser’s first name.
members: Option<GetCallQueueResponseMembers>name: StringUser’s first name.
phone_numbers: Vec<ListCallQueuesResponsePhoneNumbers>Phone number(s) assigned to the call queue.
site: Option<Site>status: Option<ReportUsersType>Active or inactive hosts.active - Active hosts. inactive - Inactive hosts.
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 GetCallQueueResponse
impl Send for GetCallQueueResponse
impl Sync for GetCallQueueResponse
impl Unpin for GetCallQueueResponse
impl UnwindSafe for GetCallQueueResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more