Struct zoom_api::types::GetCallLogDetailsResponse [−][src]
pub struct GetCallLogDetailsResponse {Show 19 fields
pub call_id: String,
pub call_type: Option<CallType>,
pub callee_name: String,
pub callee_number: String,
pub callee_number_type: Option<Value>,
pub caller_name: String,
pub caller_number: String,
pub caller_number_type: String,
pub date_time: Option<NaiveDate>,
pub device_private_ip: String,
pub device_public_ip: String,
pub direction: Option<Direction>,
pub duration: i64,
pub has_recording: bool,
pub has_voicemail: bool,
pub id: String,
pub log_details: Vec<LogDetails>,
pub path: String,
pub result: Option<Result>,
}Fields
call_id: StringUser’s first name.
call_type: Option<CallType>The type of call:
*voip (Voice over IP)
*pstn (Public Switched Telephone Network)
*tollfree
*international
*contactCenter
callee_name: StringUser’s first name.
callee_number: StringUser’s first name.
callee_number_type: Option<Value>Audio types:1 - Toll-free Call-in & Call-out.2 - Toll
3 - SIP Connected Audio
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.
device_private_ip: StringUser’s first name.
device_public_ip: StringUser’s first name.
direction: Option<Direction>The direction of the call. Values: inbound or outbound.
duration: i64Account seats.
has_recording: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
has_voicemail: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
id: StringUser’s first name.
log_details: Vec<LogDetails>Child records.
path: StringUser’s first name.
result: Option<Result>Result of the call: call_connected | recorded | no_answer.
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 GetCallLogDetailsResponse
impl Send for GetCallLogDetailsResponse
impl Sync for GetCallLogDetailsResponse
impl Unpin for GetCallLogDetailsResponse
impl UnwindSafe for GetCallLogDetailsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more