Struct zoom_api::types::AddUserSettingRequestVoiceMail [−][src]
pub struct AddUserSettingRequestVoiceMail {
pub access_user_id: String,
pub delete: bool,
pub download: bool,
}Expand description
Update the voicemail setting.
Fields
access_user_id: StringUpdate the voicemail setting.
delete: boolUpdate the voicemail setting.
download: boolUpdate the voicemail setting.
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 Send for AddUserSettingRequestVoiceMail
impl Sync for AddUserSettingRequestVoiceMail
impl Unpin for AddUserSettingRequestVoiceMail
impl UnwindSafe for AddUserSettingRequestVoiceMail
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more