Struct zoom_api::types::OperationLogs [−][src]
pub struct OperationLogs {
pub action: String,
pub category_type: String,
pub operation_detail: String,
pub operator: String,
pub time: Option<DateTime<Utc>>,
}Fields
action: StringUser’s first name.
category_type: StringUser’s first name.
operation_detail: StringUser’s first name.
operator: StringUser’s first name.
time: Option<DateTime<Utc>>Account subscription start date and time.
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 OperationLogs
impl Send for OperationLogs
impl Sync for OperationLogs
impl Unpin for OperationLogs
impl UnwindSafe for OperationLogs
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more