Record
get-screens-params
No description available.
record get-screens-params {
start-at: option<s64>,
max-results: option<s32>,
id: option<list<s64>>,
query-string: option<string>,
scope: option<list<get-screens-scope-item-enum>>,
order-by: option<get-screens-order-by-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| start-at | option<s64> | |
| max-results | option<s32> | |
| id | option<list<s64>> | |
| query-string | option<string> | |
| scope | option<list<get-screens-scope-item-enum>> | |
| order-by | option<get-screens-order-by-enum> |