C# Class PlayFab.ClientModels.GrantCharacterToUserRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterName string
ItemId string

Property Details

CatalogVersion public property

Catalog version from which items are to be granted.
public string CatalogVersion
return string

CharacterName public property

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

ItemId public property

Catalog item identifier of the item in the user's inventory that corresponds to the character in the catalog to be created.
public string ItemId
return string