Struct slack_api::team::AccessLogsRequest [] [src]

pub struct AccessLogsRequest {
    pub count: Option<u32>,
    pub page: Option<u32>,
    pub before: Option<u32>,
}

Fields

Number of items to return per page.

Page number of results to return.

End of time range of logs to include in results (inclusive).

Trait Implementations

impl Clone for AccessLogsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccessLogsRequest
[src]

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

impl Debug for AccessLogsRequest
[src]

Formats the value using the given formatter.