Struct zoom_api::types::VoiceMail [−][src]
pub struct VoiceMail {
pub access_user_id: String,
pub delete: bool,
pub download: bool,
pub shared_id: String,
}Expand description
Shared voicemail access assigned to user.
Fields
access_user_id: StringShared voicemail access assigned to user.
delete: boolShared voicemail access assigned to user.
download: boolShared voicemail access assigned to user.
Shared voicemail access assigned to user.
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 VoiceMail
impl UnwindSafe for VoiceMail
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more