Struct zoom_api::types::AddCommonAreaPhoneRequest [−][src]
pub struct AddCommonAreaPhoneRequest {
pub description: String,
pub display_name: String,
pub extension_number: i64,
pub mac_address: String,
pub model: String,
pub provision_template_id: String,
pub site_id: String,
pub time_zone: String,
pub type_: String,
}Fields
description: StringUser’s first name.
display_name: StringUser’s first name.
extension_number: i64Account seats.
mac_address: StringUser’s first name.
model: StringUser’s first name.
provision_template_id: StringUser’s first name.
site_id: StringUser’s first name.
time_zone: StringUser’s first name.
type_: 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 AddCommonAreaPhoneRequest
impl Send for AddCommonAreaPhoneRequest
impl Sync for AddCommonAreaPhoneRequest
impl Unpin for AddCommonAreaPhoneRequest
impl UnwindSafe for AddCommonAreaPhoneRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more