Struct zoom_api::types::CallLogs [−][src]
pub struct CallLogs {Show 28 fields
pub accepted_by: Option<AcceptedBy>,
pub answer_start_time: String,
pub call_end_time: String,
pub call_id: String,
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 charge: String,
pub client_code: String,
pub date_time: Option<NaiveDate>,
pub direction: String,
pub duration: i64,
pub forwarded_by: Option<ForwardedBy>,
pub forwarded_to: Option<ForwardedTo>,
pub has_recording: bool,
pub has_voicemail: bool,
pub id: String,
pub outgoing_by: Option<OutgoingBy>,
pub path: String,
pub rate: String,
pub recording_type: String,
pub result: String,
pub site: Option<Site>,
pub user_id: String,
pub waiting_time: i64,
}Fields
accepted_by: Option<AcceptedBy>Indicates who accepted the call.
answer_start_time: StringUser’s first name.
call_end_time: StringUser’s first name.
call_id: StringUser’s first name.
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.
charge: StringUser’s first name.
client_code: StringUser’s first name.
date_time: Option<NaiveDate>Start Date.
direction: StringUser’s first name.
duration: i64Account seats.
forwarded_by: Option<ForwardedBy>Indicates where the call was forwarded from.
forwarded_to: Option<ForwardedTo>Indicates who the call was forwarded to.
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.
outgoing_by: Option<OutgoingBy>path: StringUser’s first name.
rate: StringUser’s first name.
recording_type: StringUser’s first name.
result: StringUser’s first name.
site: Option<Site>user_id: StringUser’s first name.
waiting_time: i64Account seats.
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 CallLogs
impl UnwindSafe for CallLogs
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more