Struct slack_api::usergroups_users::ListRequest [] [src]

pub struct ListRequest<'a> {
    pub usergroup: &'a str,
    pub include_disabled: Option<bool>,
}

Fields

The encoded ID of the User Group to update.

Allow results that involve disabled User Groups.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.