C# Class PlayFab.AdminModels.UpdateUserTitleDisplayNameRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
DisplayName string
PlayFabId string

Property Details

DisplayName public_oe property

new title display name for the user - must be between 3 and 25 characters
public string DisplayName
return string

PlayFabId public_oe property

PlayFab unique identifier of the user whose title specific display name is to be changed
public string PlayFabId
return string