Struct zoom_api::types::Pac [−][src]
pub struct Pac {
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,
}Expand description
List of PAC accounts.
Fields
conference_id: i64List of PAC accounts.
dedicated_dial_in_number: Vec<DedicatedDialInNumber>List of PAC accounts.
global_dial_in_numbers: Vec<DedicatedDialInNumber>List of PAC accounts.
listen_only_password: StringList of PAC accounts.
participant_password: StringList of PAC 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 Pac
impl UnwindSafe for Pac
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more