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