Struct zoom_api::types::TspAccountData [−][src]
pub struct TspAccountData {
pub conference_code: String,
pub dial_in_numbers: Vec<DialInNumbers>,
pub leader_pin: String,
pub tsp_bridge: Option<TspBridge>,
}Expand description
TSP account.
Fields
conference_code: StringUser’s first name.
dial_in_numbers: Vec<DialInNumbers>TSP account.
leader_pin: StringUser’s first name.
tsp_bridge: Option<TspBridge>TSP account.
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 TspAccountData
impl Send for TspAccountData
impl Sync for TspAccountData
impl Unpin for TspAccountData
impl UnwindSafe for TspAccountData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more