Struct zoom_api::types::MeetingInfo [−][src]
pub struct MeetingInfo {Show 17 fields
pub agenda: String,
pub created_at: Option<DateTime<Utc>>,
pub duration: i64,
pub h_323_password: String,
pub join_url: String,
pub occurrences: Vec<Occurrence>,
pub password: String,
pub pmi: i64,
pub pre_schedule: bool,
pub recurrence: Option<Recurrence>,
pub settings: Option<MeetingSettings>,
pub start_time: Option<DateTime<Utc>>,
pub start_url: String,
pub timezone: String,
pub topic: String,
pub tracking_fields: Vec<TrackingFields>,
pub type_: i64,
}Expand description
Meeting object
Fields
agenda: StringMeeting object
created_at: Option<DateTime<Utc>>Meeting object
duration: i64Meeting object
h_323_password: StringMeeting object
join_url: StringMeeting object
occurrences: Vec<Occurrence>Meeting object
password: StringMeeting object
pmi: i64Meeting object
pre_schedule: boolMeeting object
recurrence: Option<Recurrence>Meeting object
settings: Option<MeetingSettings>Meeting object
start_time: Option<DateTime<Utc>>Meeting object
start_url: StringMeeting object
timezone: StringMeeting object
topic: StringMeeting object
tracking_fields: Vec<TrackingFields>Meeting object
type_: i64Meeting object
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 MeetingInfo
impl Send for MeetingInfo
impl Sync for MeetingInfo
impl Unpin for MeetingInfo
impl UnwindSafe for MeetingInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more