Struct zoom_api::types::ReportMeetingsResponse [−][src]
pub struct ReportMeetingsResponse {
pub from: Option<NaiveDate>,
pub meetings: Vec<Meetings>,
pub next_page_token: String,
pub to: Option<NaiveDate>,
}Fields
from: Option<NaiveDate>Start Date.
meetings: Vec<Meetings>Array of meeting objects.
next_page_token: StringUser’s first name.
to: Option<NaiveDate>Start Date.
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 ReportMeetingsResponse
impl Send for ReportMeetingsResponse
impl Sync for ReportMeetingsResponse
impl Unpin for ReportMeetingsResponse
impl UnwindSafe for ReportMeetingsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more