Struct zoom_api::types::ListCallLogsMetricsResponse [−][src]
pub struct ListCallLogsMetricsResponse {
pub call_id: String,
pub callee: Option<Callee>,
pub caller: Option<Caller>,
pub date_time: Option<NaiveDate>,
pub direction: String,
pub duration: i64,
pub mos: String,
}Fields
call_id: StringUser’s first name.
callee: Option<Callee>Callee object contains information of the callee.
caller: Option<Caller>Caller object contains information of the caller.
date_time: Option<NaiveDate>Start Date.
direction: StringUser’s first name.
duration: i64Account seats.
mos: 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 ListCallLogsMetricsResponse
impl Send for ListCallLogsMetricsResponse
impl Sync for ListCallLogsMetricsResponse
impl Unpin for ListCallLogsMetricsResponse
impl UnwindSafe for ListCallLogsMetricsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more