Struct zoom_api::types::InternalNumbers [−][src]
pub struct InternalNumbers {
pub allow_for_external_meetings: bool,
pub allow_join: bool,
pub country: String,
pub display_number: String,
pub labels: String,
pub languages: Languages,
pub number: String,
pub type_: i64,
pub visible: bool,
}Fields
allow_for_external_meetings: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
allow_join: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
country: StringUser’s first name.
display_number: StringUser’s first name.
labels: StringUser’s first name.
languages: LanguagesSpecify the language in which this phone number should be displayed. Currently, the only supported languages are en-GB, en-US, de-DE.
number: StringUser’s first name.
type_: i64Account seats.
visible: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
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 InternalNumbers
impl Send for InternalNumbers
impl Sync for InternalNumbers
impl Unpin for InternalNumbers
impl UnwindSafe for InternalNumbers
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more