Struct zoom_api::types::AddInternalNumbersResponse
source · pub struct AddInternalNumbersResponse {
pub allow_for_external_meetings: bool,
pub allow_join: bool,
pub country: String,
pub display_number: String,
pub id: 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.
id: 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
sourceimpl Clone for AddInternalNumbersResponse
impl Clone for AddInternalNumbersResponse
sourcefn clone(&self) -> AddInternalNumbersResponse
fn clone(&self) -> AddInternalNumbersResponse
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for AddInternalNumbersResponse
impl Debug for AddInternalNumbersResponse
sourceimpl<'de> Deserialize<'de> for AddInternalNumbersResponse
impl<'de> Deserialize<'de> for AddInternalNumbersResponse
sourcefn 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>,
sourceimpl JsonSchema for AddInternalNumbersResponse
impl JsonSchema for AddInternalNumbersResponse
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more