public class RemoveUserFromUserGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
RemoveUserFromUserGroupRequest()  | 
RemoveUserFromUserGroupRequest(RemoveUserFromUserGroupRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getUserGroupId()
Get User group ID, which is globally unique. 
 | 
String[] | 
getUserIds()
Get List of IDs of the users to be added to the user group. 
 | 
void | 
setUserGroupId(String UserGroupId)
Set User group ID, which is globally unique. 
 | 
void | 
setUserIds(String[] UserIds)
Set List of IDs of the users to be added to the user group. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RemoveUserFromUserGroupRequest()
public RemoveUserFromUserGroupRequest(RemoveUserFromUserGroupRequest source)
public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - List of IDs of the users to be added to the user group.public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - User group ID, which is globally unique.Copyright © 2022. All rights reserved.