Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PlayFab
ServerModels
GrantItemsToUserRequest
C# Class PlayFab.ServerModels.GrantItemsToUserRequest
Inheritance:
PlayFabRequestCommon
Mostra file
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