Struct zoom_api::types::WebinarInfo [−][src]
pub struct WebinarInfo {Show 14 fields
pub agenda: String,
pub created_at: Option<DateTime<Utc>>,
pub duration: i64,
pub join_url: String,
pub occurrences: Vec<Occurrence>,
pub password: String,
pub recurrence: Option<RecurrenceWebinar>,
pub settings: Option<WebinarSettings>,
pub start_time: Option<DateTime<Utc>>,
pub start_url: String,
pub timezone: String,
pub topic: String,
pub tracking_fields: Vec<SessionUpdateTrackingFields>,
pub type_: i64,
}Expand description
Webinar object.
Fields
agenda: StringWebinar object.
created_at: Option<DateTime<Utc>>Webinar object.
duration: i64Webinar object.
join_url: StringWebinar object.
occurrences: Vec<Occurrence>Webinar object.
password: StringWebinar object.
recurrence: Option<RecurrenceWebinar>Webinar object.
settings: Option<WebinarSettings>Webinar object.
start_time: Option<DateTime<Utc>>Webinar object.
start_url: StringWebinar object.
timezone: StringWebinar object.
topic: StringWebinar object.
tracking_fields: Vec<SessionUpdateTrackingFields>Webinar object.
type_: i64Webinar 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 WebinarInfo
impl Send for WebinarInfo
impl Sync for WebinarInfo
impl Unpin for WebinarInfo
impl UnwindSafe for WebinarInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more