Struct zoom_api::types::CloudArchivedFiles [−][src]
pub struct CloudArchivedFiles {
pub archive_files: Vec<ArchiveFilesAnyOf>,
pub duration: i64,
pub host_id: String,
pub id: i64,
pub recording_count: i64,
pub start_time: Option<DateTime<Utc>>,
pub timezone: String,
pub topic: String,
pub total_size: i64,
pub type_: i64,
pub uuid: String,
}Fields
archive_files: Vec<ArchiveFilesAnyOf>Information about the archive files.
duration: i64Account seats.
host_id: StringUser’s first name.
id: i64Account seats.
recording_count: i64Account seats.
start_time: Option<DateTime<Utc>>Account subscription start date and time.
timezone: StringUser’s first name.
topic: StringUser’s first name.
total_size: i64Account seats.
type_: i64Account seats.
uuid: StringUser’s first name.
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 CloudArchivedFiles
impl Send for CloudArchivedFiles
impl Sync for CloudArchivedFiles
impl Unpin for CloudArchivedFiles
impl UnwindSafe for CloudArchivedFiles
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more