Wasm Directoryalpha
Record

list-call-notification-response

No description available.

record list-call-notification-response {
  end: option​<s32>,
  first-page-uri: option​<string>,
  next-page-uri: option​<string>,
  notifications: option​<list​<api-v2010-account-call-call-notification>>,
  page: option​<s32>,
  page-size: option​<s32>,
  previous-page-uri: option​<string>,
  start: option​<s32>,
  uri: option​<string>,
}

Fields

NameTypeDescription
endoption​<s32>
first-page-urioption​<string>
next-page-urioption​<string>
notificationsoption​<list​<api-v2010-account-call-call-notification>>
pageoption​<s32>
page-sizeoption​<s32>
previous-page-urioption​<string>
startoption​<s32>
urioption​<string>