pub struct TspResponse {
pub dial_in_number_unrestricted: bool,
pub dial_in_numbers: Vec<TspResponseDialInNumbers>,
pub enable: bool,
pub master_account_setting_extended: bool,
pub modify_credential_forbidden: bool,
pub tsp_bridge: Option<TspBridge>,
pub tsp_enabled: bool,
pub tsp_provider: String,
}
Fields§
§dial_in_number_unrestricted: 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.
dial_in_numbers: Vec<TspResponseDialInNumbers>
§enable: 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.
master_account_setting_extended: 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.
modify_credential_forbidden: 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.
tsp_bridge: Option<TspBridge>
Telephony bridge
tsp_enabled: 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.
tsp_provider: String
User’s first name.
Trait Implementations§
Source§impl Clone for TspResponse
impl Clone for TspResponse
Source§fn clone(&self) -> TspResponse
fn clone(&self) -> TspResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for TspResponse
impl Debug for TspResponse
Source§impl<'de> Deserialize<'de> for TspResponse
impl<'de> Deserialize<'de> for TspResponse
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 TspResponse
impl JsonSchema for TspResponse
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