C# Class PlayFab.ClientModels.GrantCharacterToUserResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
CharacterType string
Result bool

Property Details

CharacterId public property

Unique identifier tagged to this character.
public string CharacterId
return string

CharacterType public property

Type of character that was created.
public string CharacterType
return string

Result public property

Indicates whether this character was created successfully.
public bool Result
return bool