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