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

The call kicks off a workflow to publish the item to the public catalog. The Publish Status API should be used to monitor the publish job. More...

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

Public Attributes

CatalogAlternateId AlternateId
 An alternate ID associated with this item.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
EntityKey Entity
 The entity to perform this action on.
 
string ETag
 ETag of the catalog item to published from the working catalog to the public catalog. Used for optimistic concurrency. If the provided ETag does not match the ETag in the current working catalog, the request will be rejected. If not provided, the current version of the document in the working catalog will be published.
 
string Id
 The unique ID of the item.
 
- 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 call kicks off a workflow to publish the item to the public catalog. The Publish Status API should be used to monitor the publish job.


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