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