Struct zoom_api::types::UpdatePhoneSettingsRequest [−][src]
pub struct UpdatePhoneSettingsRequest {
pub byoc: Option<UpdatePhoneSettingsRequestByoc>,
pub show_device_ip_for_call_log: Option<ShowDeviceIpCallLog>,
}Fields
byoc: Option<UpdatePhoneSettingsRequestByoc>Only master account owners can use this MA API to enable BYOC(Bring your own carrier) option for a sub account.
**Scope**:
* phone:master
**Prerequisites**:
* Business or enterprise Account.
show_device_ip_for_call_log: Option<ShowDeviceIpCallLog>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 UpdatePhoneSettingsRequest
impl Send for UpdatePhoneSettingsRequest
impl Sync for UpdatePhoneSettingsRequest
impl Unpin for UpdatePhoneSettingsRequest
impl UnwindSafe for UpdatePhoneSettingsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more