pub struct ArchiveFiles {
pub download_url: String,
pub file_extension: String,
pub file_size: i64,
pub file_type: FileType,
pub id: String,
pub recording_type: RecordingType,
pub status: String,
}Fields§
§download_url: StringUser’s first name.
file_extension: StringUser’s first name.
file_size: i64Account seats.
file_type: FileTypeThe archived file’s file type:
* MP4 — Video file.
* M4A — Audio-only file.
* TRANSCRIPT — A transcript file of the recording, in VTT file format.
* CHAT — A TXT file containing chat messages that were sent during the meeting.
* CC — A file containing the recording’s closed captions, in VTT file format.
* CSV — A file containing polling data in, in CSV format.
For more information, read our Managing and sharing cloud recordings documentation.
id: StringUser’s first name.
recording_type: RecordingTypeThe archived file’s recording type:
* shared_screen_with_speaker_view(CC)
* shared_screen_with_speaker_view
* shared_screen_with_gallery_view
* speaker_view
* gallery_view
* shared_screen
* audio_only
* audio_transcript
* chat_file
* active_speaker
* host_video
For more information, read our Managing and sharing cloud recordings documentation.
status: StringUser’s first name.
Trait Implementations§
Source§impl Clone for ArchiveFiles
impl Clone for ArchiveFiles
Source§fn clone(&self) -> ArchiveFiles
fn clone(&self) -> ArchiveFiles
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ArchiveFiles
impl Debug for ArchiveFiles
Source§impl<'de> Deserialize<'de> for ArchiveFiles
impl<'de> Deserialize<'de> for ArchiveFiles
Source§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>,
Source§impl JsonSchema for ArchiveFiles
impl JsonSchema for ArchiveFiles
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more