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