My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.GroupsModels.RemoveMembersRequest Class Reference

Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns nothing if successful. More...

Inheritance diagram for PlayFab.GroupsModels.RemoveMembersRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

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< EntityKeyMembers
 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 ()
 

Detailed Description

Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns nothing if successful.


The documentation for this class was generated from the following file: