Struct zoom_api::types::UpdatePhoneSettingsRequestByoc [−][src]
pub struct UpdatePhoneSettingsRequestByoc {
pub enable: bool,
}Expand description
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.
Fields
enable: boolOnly 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.
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 Send for UpdatePhoneSettingsRequestByoc
impl Sync for UpdatePhoneSettingsRequestByoc
impl Unpin for UpdatePhoneSettingsRequestByoc
impl UnwindSafe for UpdatePhoneSettingsRequestByoc
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more