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