Struct zoom_api::types::Archive [−][src]
Expand description
Archiving solution settings. This setting can only be used if you have been granted with archiving solution access by the Zoom support team.
Fields
enable: boolArchiving solution settings. This setting can only be used if you have been granted with archiving solution access by the Zoom support team.
settings: Option<Settings>Archiving solution settings. This setting can only be used if you have been granted with archiving solution access by the Zoom support team.
type_: i64Archiving solution settings. This setting can only be used if you have been granted with archiving solution access by the Zoom support team.
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 Archive
impl UnwindSafe for Archive
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more