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
| Name | Type | Description |
|---|---|---|
| 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> |