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

Updates the role name. Returns information about whether the update was successful. More...

Inheritance diagram for PlayFab.GroupsModels.UpdateGroupRoleRequest:
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.).
 
int? ExpectedProfileVersion
 Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from the GetGroup API, you can ensure that the group data update will only be performed if the group has not been updated by any other clients since the version you last loaded.
 
EntityKey Group
 The identifier of the group.
 
string RoleId
 ID of the role to update. Role IDs must be between 1 and 64 characters long.
 
string RoleName
 The new name of the role.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Updates the role name. Returns information about whether the update was successful.


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