Method | Description | |
---|---|---|
RemoveUserFromGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
RemoveUserFromGroupRequest ( string groupName, string userName ) : System |
Instantiates RemoveUserFromGroupRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetGroupName ( ) : bool | ||
IsSetUserName ( ) : bool |
public RemoveUserFromGroupRequest ( ) : System | ||
return | System |
public RemoveUserFromGroupRequest ( string groupName, string userName ) : System | ||
groupName | string | The name of the group to update. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
userName | string | The name of the user to remove. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
return | System |