Record
report-users-params
No description available.
record report-users-params {
type-op: option<report-users-type-op-enum>,
from-op: string,
to: string,
page-size: option<s32>,
page-number: option<s32>,
next-page-token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | option<report-users-type-op-enum> | |
| from-op | string | |
| to | string | |
| page-size | option<s32> | |
| page-number | option<s32> | |
| next-page-token | option<string> |