Struct zoom_api::types::TspResponse [−][src]
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: 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.
dial_in_numbers: Vec<TspResponseDialInNumbers>enable: 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.
master_account_setting_extended: 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.
modify_credential_forbidden: 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.
tsp_bridge: Option<TspBridge>Telephony bridge
tsp_enabled: 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.
tsp_provider: StringUser’s first name.
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 TspResponse
impl Send for TspResponse
impl Sync for TspResponse
impl Unpin for TspResponse
impl UnwindSafe for TspResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more