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