Struct slack_api::usergroups::ListRequest [] [src]

pub struct ListRequest {
    pub include_disabled: Option<bool>,
    pub include_count: Option<bool>,
    pub include_users: Option<bool>,
}

Fields

Include disabled User Groups.

Include the number of users in each User Group.

Include the list of users for each User Group.

Trait Implementations

impl Clone for ListRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListRequest
[src]

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

impl Debug for ListRequest
[src]

Formats the value using the given formatter.