C# Class PlayFab.ServerModels.GrantCharacterToUserRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterName string
CharacterType string
PlayFabId string

Property Details

CharacterName public property

Non-unique display name of the character being granted.
public string CharacterName
return string

CharacterType public property

Type of the character being granted; statistics can be sliced based on this value.
public string CharacterType
return string

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string