Record
dashboard-im-response
No description available.
record dashboard-im-response {
from-op: option<string>,
to: option<string>,
next-page-token: option<string>,
page-count: option<s32>,
page-size: option<s32>,
total-records: option<s32>,
users: option<list<dashboard-im-response-users-item>>,
}Fields
| Name | Type | Description |
|---|---|---|
| from-op | option<string> | |
| to | option<string> | |
| next-page-token | option<string> | |
| page-count | option<s32> | |
| page-size | option<s32> | |
| total-records | option<s32> | |
| users | option<list<dashboard-im-response-users-item>> |