My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.EconomyModels.CreateDraftItemRequest Class Reference

The item will not be published to the public catalog until the PublishItem API is called for the item. More...

Inheritance diagram for PlayFab.EconomyModels.CreateDraftItemRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
CatalogItem Item
 Metadata describing the new catalog item to be created.
 
bool Publish
 Whether the item should be published immediately.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

The item will not be published to the public catalog until the PublishItem API is called for the item.


The documentation for this class was generated from the following file: