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: bool
Enable/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: bool
Enable/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: String
User’s first name.
display_number: String
User’s first name.
labels: String
User’s first name.
languages: Languages
Specify the language in which this phone number should be displayed. Currently, the only supported languages are en-GB
, en-US
, de-DE
.
number: String
User’s first name.
type_: i64
Account seats.
visible: bool
Enable/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§
Source§impl Clone for InternalNumbers
impl Clone for InternalNumbers
Source§fn clone(&self) -> InternalNumbers
fn clone(&self) -> InternalNumbers
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for InternalNumbers
impl Debug for InternalNumbers
Source§impl<'de> Deserialize<'de> for InternalNumbers
impl<'de> Deserialize<'de> for InternalNumbers
Source§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>,
Source§impl JsonSchema for InternalNumbers
impl JsonSchema for InternalNumbers
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read more