Struct slack_api::team::IntegrationLogsResponseLog
[−]
[src]
pub struct IntegrationLogsResponseLog {
pub app_id: Option<String>,
pub app_type: Option<String>,
pub change_type: Option<String>,
pub channel: Option<String>,
pub date: Option<String>,
pub reason: Option<String>,
pub scope: Option<String>,
pub service_id: Option<String>,
pub service_type: Option<String>,
pub user_id: Option<String>,
pub user_name: Option<String>,
}Fields
app_id: Option<String>
app_type: Option<String>
change_type: Option<String>
channel: Option<String>
date: Option<String>
reason: Option<String>
scope: Option<String>
service_id: Option<String>
service_type: Option<String>
user_id: Option<String>
user_name: Option<String>
Trait Implementations
impl Clone for IntegrationLogsResponseLog[src]
fn clone(&self) -> IntegrationLogsResponseLog
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more