Record
platform-single
No description available.
record platform-single {
description: option<string>,
games-count: option<s32>,
id: option<s32>,
image: option<string>,
image-background: option<string>,
name: string,
slug: option<string>,
year-end: option<s32>,
year-start: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| description | option<string> | |
| games-count | option<s32> | |
| id | option<s32> | |
| image | option<string> | |
| image-background | option<string> | |
| name | string | |
| slug | option<string> | |
| year-end | option<s32> | |
| year-start | option<s32> |