C# Class PlayFab.ServerModels.GrantItemsToUsersRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CatalogVersion string
ItemGrants List

Property Details

CatalogVersion public_oe property

Catalog version from which items are to be granted.
public string CatalogVersion
Résultat string

ItemGrants public_oe property

Array of items to grant and the users to whom the items are to be granted.
public List ItemGrants
Résultat List