Struct zoom_api::types::Session [−][src]
pub struct Session {
pub agenda: String,
pub duration: i64,
pub password: String,
pub recurrence: Option<Recurrence>,
pub settings: Option<MeetingSettings>,
pub start_time: Option<DateTime<Utc>>,
pub timezone: String,
pub topic: String,
pub tracking_fields: Vec<String>,
pub type_: i64,
}Expand description
Base object for sessions.
Fields
agenda: StringBase object for sessions.
duration: i64Base object for sessions.
password: StringBase object for sessions.
recurrence: Option<Recurrence>Base object for sessions.
settings: Option<MeetingSettings>Base object for sessions.
start_time: Option<DateTime<Utc>>Base object for sessions.
timezone: StringBase object for sessions.
topic: StringBase object for sessions.
tracking_fields: Vec<String>Base object for sessions.
type_: i64Base object for sessions.
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 Session
impl UnwindSafe for Session
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more