Record

reserved-phone-number

No description available.

record reserved-phone-number {
  created-at: option​<string>,
  expired-at: option​<string>,
  id: option​<string>,
  phone-number: option​<string>,
  record-type: option​<string>,
  status: option​<reserved-phone-number-status-enum>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
expired-atoption​<string>
idoption​<string>
phone-numberoption​<string>
record-typeoption​<string>
statusoption​<reserved-phone-number-status-enum>
updated-atoption​<string>