Record
platform
No description available.
record platform {
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 |
|---|---|---|
| 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> |