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

Changes the role membership of a list of entities from one role to another in in a single operation. The destination role must already exist. This is equivalent to adding the entities to the destination role and removing from the origin role. Returns nothing if successful. More...

Inheritance diagram for PlayFab.GroupsModels.ChangeMemberRoleRequest:
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.).
 
string DestinationRoleId
 The ID of the role that the entities will become a member of. This must be an existing role. Role IDs must be between 1 and 64 characters long.
 
EntityKey Group
 The identifier of the group.
 
List< EntityKeyMembers
 List of entities to move between roles in the group. All entities in this list must be members of the group and origin role.
 
string OriginRoleId
 The ID of the role that the entities currently are a member of. Role IDs must be between 1 and 64 characters long.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Changes the role membership of a list of entities from one role to another in in a single operation. The destination role must already exist. This is equivalent to adding the entities to the destination role and removing from the origin role. Returns nothing if successful.


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