Struct zoom_api::types::LogDetails [−][src]
pub struct LogDetails {
pub date_time: Option<NaiveDate>,
pub device_private_ip: String,
pub device_public_ip: String,
pub duration: i64,
pub forward_to: Option<ForwardTo>,
pub id: String,
pub path: String,
pub result: Option<Result>,
pub site: Option<Site>,
}Fields
date_time: Option<NaiveDate>Start Date.
device_private_ip: StringUser’s first name.
device_public_ip: StringUser’s first name.
duration: i64Account seats.
forward_to: Option<ForwardTo>id: StringUser’s first name.
path: StringUser’s first name.
result: Option<Result>Result of the call: call_connected | recorded | no_answer.
site: Option<Site>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 LogDetails
impl Send for LogDetails
impl Sync for LogDetails
impl Unpin for LogDetails
impl UnwindSafe for LogDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more