My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.EconomyModels.CatalogItem Class Reference
Inheritance diagram for PlayFab.EconomyModels.CatalogItem:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

List< CatalogAlternateIdAlternateIds
 The alternate IDs associated with this item.
 
List< ContentContents
 The set of contents associated with this item.
 
string ContentType
 The client-defined type of the item.
 
DateTime? CreationDate
 The date and time when this item was created.
 
EntityKey CreatorEntity
 The ID of the creator of this catalog item.
 
Dictionary< string, string > Description
 A dictionary of localized descriptions. Key is language code and localized string is the value. The neutral locale is required.
 
object DisplayProperties
 Game specific properties for display purposes. This is an arbitrary JSON blob.
 
string DisplayVersion
 The user provided version of the item for display purposes.
 
DateTime? EndDate
 The date of when the item will cease to be available. If not provided then the product will be available indefinitely.
 
string ETag
 The current ETag value that can be used for optimistic concurrency in the If-None-Match header.
 
string Id
 The unique ID of the item.
 
List< ImageImages
 The images associated with this item. Images can be thumbnails or screenshots.
 
bool? IsHidden
 Indicates if the item is hidden.
 
Dictionary< string, KeywordSetKeywords
 A dictionary of localized keywords. Key is language code and localized list of keywords is the value.
 
DateTime? LastModifiedDate
 The date and time this item was last updated.
 
ModerationState Moderation
 The moderation state for this item.
 
Rating Rating
 Rating summary for this item.
 
DateTime? StartDate
 The date of when the item will be available. If not provided then the product will appear immediately.
 
List< string > Tags
 The list of tags that are associated with this item.
 
Dictionary< string, string > Title
 A dictionary of localized titles. Key is language code and localized string is the value. The neutral locale is required.
 
string Type
 The high-level type of the item.
 

Additional Inherited Members

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

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