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