Struct zoom_api::types::PacAccounts [−][src]
pub struct PacAccounts {
pub conference_id: i64,
pub dedicated_dial_in_number: Vec<DedicatedDialInNumber>,
pub global_dial_in_numbers: Vec<DedicatedDialInNumber>,
pub listen_only_password: String,
pub participant_password: String,
}Fields
conference_id: i64Account seats.
dedicated_dial_in_number: Vec<DedicatedDialInNumber>List of dedicated dial-in numbers.
global_dial_in_numbers: Vec<DedicatedDialInNumber>List of dedicated dial-in numbers.
listen_only_password: StringUser’s first name.
participant_password: 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 PacAccounts
impl Send for PacAccounts
impl Sync for PacAccounts
impl Unpin for PacAccounts
impl UnwindSafe for PacAccounts
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more