Record
user-call-logs-params
No description available.
record user-call-logs-params {
user-id: string,
page-size: option<s32>,
from-op: string,
to: string,
type-op: option<user-call-logs-type-op-enum>,
next-page-token: option<string>,
phone-number: option<string>,
time-type: option<account-call-logs-time-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| user-id | string | |
| page-size | option<s32> | |
| from-op | string | |
| to | string | |
| type-op | option<user-call-logs-type-op-enum> | |
| next-page-token | option<string> | |
| phone-number | option<string> | |
| time-type | option<account-call-logs-time-type-enum> |