pub struct DeleteAUserGroupParams {
pub user_group_id: String,
}
Expand description
struct for passing parameters to the method delete_a_user_group
Fields§
§user_group_id: String
Alphanumeric string identifying the user group.
Trait Implementations§
source§impl Clone for DeleteAUserGroupParams
impl Clone for DeleteAUserGroupParams
source§fn clone(&self) -> DeleteAUserGroupParams
fn clone(&self) -> DeleteAUserGroupParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteAUserGroupParams
impl Debug for DeleteAUserGroupParams
source§impl Default for DeleteAUserGroupParams
impl Default for DeleteAUserGroupParams
source§fn default() -> DeleteAUserGroupParams
fn default() -> DeleteAUserGroupParams
Returns the “default value” for a type. Read more