Struct slack_api::usergroups_users::UpdateRequest
[−]
[src]
pub struct UpdateRequest<'a> { pub usergroup: &'a str, pub users: &'a str, pub include_count: Option<bool>, }
Fields
usergroup: &'a str
The encoded ID of the User Group to update.
users: &'a str
A comma separated string of encoded user IDs that represent the entire list of users for the User Group.
include_count: Option<bool>
Include the number of users in the User Group.
Trait Implementations
impl<'a> Clone for UpdateRequest<'a>
[src]
fn clone(&self) -> UpdateRequest<'a>
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
impl<'a> Default for UpdateRequest<'a>
[src]
fn default() -> UpdateRequest<'a>
Returns the "default value" for a type. Read more