Struct zoom_api::types::CallLogs

source ·
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: String

User’s first name.

call_end_time: String

User’s first name.

call_id: String

User’s first name.

callee_name: String

User’s first name.

callee_number: String

User’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: String

User’s first name.

caller_number: String

User’s first name.

caller_number_type: String

User’s first name.

charge: String

User’s first name.

client_code: String

User’s first name.

date_time: Option<NaiveDate>

Start Date.

direction: String

User’s first name.

duration: i64

Account 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: bool

Enable/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: bool

Enable/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: String

User’s first name.

outgoing_by: Option<OutgoingBy>path: String

User’s first name.

rate: String

User’s first name.

recording_type: String

User’s first name.

result: String

User’s first name.

site: Option<Site>user_id: String

User’s first name.

waiting_time: i64

Account seats.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
The name of the generated JSON Schema. Read more
Generates a JSON Schema for this type. Read more
Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
Attaches the current Context to this type, returning a WithContext wrapper. Read more
Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more