C# Class PlayFab.ServerModels.GrantItemsToUserRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Annotation string
CatalogVersion string
ItemIds List
PlayFabId string

Property Details

Annotation public_oe property

String detailing any additional information concerning this operation.
public string Annotation
return string

CatalogVersion public_oe property

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

ItemIds public_oe property

Array of itemIds to grant to the user.
public List ItemIds
return List

PlayFabId public_oe property

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