Struct zoom_api::types::VoiceMails [−][src]
pub struct VoiceMails {
pub callee_name: String,
pub callee_number: String,
pub callee_number_type: String,
pub caller_name: String,
pub caller_number: String,
pub caller_number_type: String,
pub date_time: Option<NaiveDate>,
pub download_url: String,
pub duration: String,
pub id: String,
pub status: Option<PhoneUserVoiceMailsResponseStatus>,
}Fields
callee_name: StringUser’s first name.
callee_number: StringUser’s first name.
callee_number_type: StringUser’s first name.
caller_name: StringUser’s first name.
caller_number: StringUser’s first name.
caller_number_type: StringUser’s first name.
date_time: Option<NaiveDate>Start Date.
download_url: StringUser’s first name.
duration: StringUser’s first name.
id: StringUser’s first name.
status: Option<PhoneUserVoiceMailsResponseStatus>Status of the voice mail. Can be either ‘read’ or ‘unread’
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 VoiceMails
impl Send for VoiceMails
impl Sync for VoiceMails
impl Unpin for VoiceMails
impl UnwindSafe for VoiceMails
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more