Record
list-op-params
No description available.
record list-op-params {
token: string,
user: option<string>,
full: option<bool>,
count: option<s32>,
page: option<s32>,
cursor: option<string>,
limit: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| token | string | |
| user | option<string> | |
| full | option<bool> | |
| count | option<s32> | |
| page | option<s32> | |
| cursor | option<string> | |
| limit | option<s32> |