Struct zoom_api::types::AccountCallLogsResponse
source · 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
sourceimpl Clone for AccountCallLogsResponse
impl Clone for AccountCallLogsResponse
sourcefn clone(&self) -> AccountCallLogsResponse
fn clone(&self) -> AccountCallLogsResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountCallLogsResponse
impl Debug for AccountCallLogsResponse
sourceimpl<'de> Deserialize<'de> for AccountCallLogsResponse
impl<'de> Deserialize<'de> for AccountCallLogsResponse
sourcefn 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
sourceimpl JsonSchema for AccountCallLogsResponse
impl JsonSchema for AccountCallLogsResponse
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<AccountCallLogsResponse> for AccountCallLogsResponse
impl PartialEq<AccountCallLogsResponse> for AccountCallLogsResponse
sourcefn eq(&self, other: &AccountCallLogsResponse) -> bool
fn eq(&self, other: &AccountCallLogsResponse) -> bool
sourceimpl Serialize for AccountCallLogsResponse
impl Serialize for AccountCallLogsResponse
impl StructuralPartialEq for AccountCallLogsResponse
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more