Wasm Directoryalpha
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

NameTypeDescription
from-opoption​<string>
next-page-tokenoption​<string>
page-countoption​<s32>
page-sizeoption​<s32>
tooption​<string>
total-recordsoption​<s32>
voice-mailsoption​<list​<user-voice-mails-response-voice-mails-item>>