C# Class PlayFab.ClientModels.GrantCharacterToUserRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
CharacterName string
ItemId string

Property Details

CatalogVersion public_oe property

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

CharacterName public_oe property

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

ItemId public_oe 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