Record
additions-list-response
No description available.
record additions-list-response {
count: s32,
next: option<string>,
previous: option<string>,
results: list<game>,
}Fields
| Name | Type | Description |
|---|---|---|
| count | s32 | |
| next | option<string> | |
| previous | option<string> | |
| results | list<game> |