|
My Project
|
Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns nothing if successful. More...
Public Attributes | |
| Dictionary< string, string > | CustomTags |
| The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
| EntityKey | Group |
| The identifier of the group. | |
| List< EntityKey > | Members |
| List of entities to remove. | |
| string | RoleId |
| The ID of the role to remove the entities from. | |
Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon | |
| PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel | |
| string | ToJson () |
Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns nothing if successful.