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