Struct zoom_api::types::AccountCallLogsResponse [−][src]
pub struct AccountCallLogsResponse {Show 26 fields
pub answer_start_time: Option<DateTime<Utc>>,
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 charge: String,
pub client_code: String,
pub date_time: Option<NaiveDate>,
pub device_private_ip: String,
pub device_public_ip: String,
pub direction: String,
pub duration: i64,
pub id: String,
pub owner: Option<Owner>,
pub path: String,
pub rate: String,
pub recording_id: String,
pub recording_type: Option<Value>,
pub result: String,
pub site: Option<Site>,
pub user_id: String,
pub waiting_time: String,
}Fields
answer_start_time: Option<DateTime<Utc>>Account subscription start date and time.
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.
charge: StringUser’s first name.
client_code: 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: StringUser’s first name.
duration: i64Account seats.
id: StringUser’s first name.
owner: Option<Owner>path: StringUser’s first name.
rate: StringUser’s first name.
recording_id: StringUser’s first name.
recording_type: Option<Value>Audio types:1 - Toll-free Call-in & Call-out.2 - Toll
3 - SIP Connected Audio
result: StringUser’s first name.
site: Option<Site>user_id: StringUser’s first name.
waiting_time: StringUser’s first name.
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 AccountCallLogsResponse
impl Send for AccountCallLogsResponse
impl Sync for AccountCallLogsResponse
impl Unpin for AccountCallLogsResponse
impl UnwindSafe for AccountCallLogsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more