|
List< CatalogAlternateId > | AlternateIds |
| The alternate IDs associated with this item.
|
|
List< Content > | Contents |
| 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< Image > | Images |
| The images associated with this item. Images can be thumbnails or screenshots.
|
|
bool? | IsHidden |
| Indicates if the item is hidden.
|
|
Dictionary< string, KeywordSet > | Keywords |
| 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.
|
|