Struct zoom_api::types::RecurrenceWebinar [−][src]
pub struct RecurrenceWebinar {
pub end_date_time: Option<DateTime<Utc>>,
pub end_times: i64,
pub monthly_day: i64,
pub monthly_week: i64,
pub monthly_week_day: i64,
pub repeat_interval: i64,
pub type_: i64,
pub weekly_days: String,
}Expand description
Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
Fields
end_date_time: Option<DateTime<Utc>>Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
end_times: i64Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
monthly_day: i64Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
monthly_week: i64Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
monthly_week_day: i64Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
repeat_interval: i64Recurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
type_: i64Account seats.
weekly_days: StringRecurrence object. Use this object only for a webinar of type 9 i.e., a recurring webinar with fixed time.
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 RecurrenceWebinar
impl Send for RecurrenceWebinar
impl Sync for RecurrenceWebinar
impl Unpin for RecurrenceWebinar
impl UnwindSafe for RecurrenceWebinar
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more