Struct zoom_api::types::CommonAreaPhones [−][src]
pub struct CommonAreaPhones {
pub calling_plans: Vec<ListPhoneUsersResponseCallingPlans>,
pub device_type: String,
pub display_name: String,
pub id: String,
pub mac_address: String,
pub phone_numbers: Vec<ListCallQueuesResponsePhoneNumbers>,
pub site: Option<Site>,
pub status: String,
}Fields
calling_plans: Vec<ListPhoneUsersResponseCallingPlans>device_type: StringUser’s first name.
display_name: StringUser’s first name.
id: StringUser’s first name.
mac_address: StringUser’s first name.
phone_numbers: Vec<ListCallQueuesResponsePhoneNumbers>Phone number(s) assigned to the call queue.
site: Option<Site>status: 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 CommonAreaPhones
impl Send for CommonAreaPhones
impl Sync for CommonAreaPhones
impl Unpin for CommonAreaPhones
impl UnwindSafe for CommonAreaPhones
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more