Struct slack_api::team::IntegrationLogsRequest [] [src]

pub struct IntegrationLogsRequest<'a> {
    pub service_id: Option<&'a str>,
    pub app_id: Option<&'a str>,
    pub user: Option<&'a str>,
    pub change_type: Option<&'a str>,
    pub count: Option<u32>,
    pub page: Option<u32>,
}

Fields

Filter logs to this service. Defaults to all logs.

Filter logs to this Slack app. Defaults to all logs.

Filter logs generated by this user’s actions. Defaults to all logs.

Filter logs with this change type. Defaults to all logs.

Number of items to return per page.

Page number of results to return.

Trait Implementations

impl<'a> Clone for IntegrationLogsRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for IntegrationLogsRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for IntegrationLogsRequest<'a>
[src]

Formats the value using the given formatter.