Record

phone-numbers-job

No description available.

record phone-numbers-job {
  created-at: option​<string>,
  etc: option​<string>,
  failed-operations: option​<list​<phone-numbers-job-failed-operation>>,
  id: option​<string>,
  pending-operations: option​<list​<phone-numbers-job-pending-operation>>,
  record-type: option​<string>,
  status: option​<phone-numbers-job-status-enum>,
  successful-operations: option​<list​<phone-numbers-job-successful-operation>>,
  type-op: option​<list-phone-numbers-jobs-filter-type-enum>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
etcoption​<string>
failed-operationsoption​<list​<phone-numbers-job-failed-operation>>
idoption​<string>
pending-operationsoption​<list​<phone-numbers-job-pending-operation>>
record-typeoption​<string>
statusoption​<phone-numbers-job-status-enum>
successful-operationsoption​<list​<phone-numbers-job-successful-operation>>
type-opoption​<list-phone-numbers-jobs-filter-type-enum>
updated-atoption​<string>