Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PlayFab
AdminModels
RevokeInventoryItemRequest
C# Class PlayFab.AdminModels.RevokeInventoryItemRequest
Inheritance:
PlayFabRequestCommon
ファイルを表示
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
CharacterId
string
ItemInstanceId
string
PlayFabId
string
Property Details
CharacterId
public_oe property
Unique PlayFab assigned ID for a specific character owned by a user
public
string
CharacterId
return
string
ItemInstanceId
public_oe property
Unique PlayFab assigned instance identifier of the item
public
string
ItemInstanceId
return
string
PlayFabId
public_oe property
Unique PlayFab assigned ID of the user on whom the operation will be performed.
public
string
PlayFabId
return
string