Name | Type | Description | Notes |
---|---|---|---|
ticketId | UUID | Uniquely identifies the resource. | [optional] |
tenantId | UUID | [optional] | |
status | StatusEnum | Represents the status of the release on Microsoft Teams. | [optional] |
errorMessage | String | A message set if there is an error with the upload process. | [optional] |
telephoneNumbers | List<TnReleaseEntry> | [optional] | |
createdAt | String | ISO 8601 formatted date indicating when the resource was created. | [optional] |
Name | Value |
---|---|
PENDING_UPLOAD | "pending_upload" |
PENDING | "pending" |
IN_PROGRESS | "in_progress" |
COMPLETE | "complete" |
FAILED | "failed" |
EXPIRED | "expired" |
UNKNOWN | "unknown" |