Package | Description |
---|---|
com.tencentcloudapi.cam.v20190116.models |
Modifier and Type | Method and Description |
---|---|
GroupIdOfUidInfo[] |
RemoveUserFromGroupRequest.getInfo()
Get The user’s UIN/UID to be deleted and the array corresponding to the user group ID.
|
GroupIdOfUidInfo[] |
AddUserToGroupRequest.getInfo()
Get The association between the user group ID and the sub-user UIN/UID.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveUserFromGroupRequest.setInfo(GroupIdOfUidInfo[] Info)
Set The user’s UIN/UID to be deleted and the array corresponding to the user group ID.
|
void |
AddUserToGroupRequest.setInfo(GroupIdOfUidInfo[] Info)
Set The association between the user group ID and the sub-user UIN/UID.
|
Constructor and Description |
---|
GroupIdOfUidInfo(GroupIdOfUidInfo 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.
|
Copyright © 2023. All rights reserved.