| Name | Type | Description | Notes |
|---|---|---|---|
| ticketId | UUID | Uniquely identifies the resource. | [optional] |
| tenantId | UUID | [optional] | |
| locationId | UUID | [optional] | |
| status | StatusEnum | Represents the status of the upload on Microsoft Teams. | [optional] |
| availableUsages | List<AvailableUsagesEnum> | [optional] | |
| errorCode | String | A code returned by Microsoft Teams if there is an error with the upload process. | [optional] |
| errorMessage | String | A message set if there is an error with the upload process. | [optional] |
| tnUploadEntries | List<TnUploadEntry> | [optional] |
| Name | Value |
|---|---|
| PENDING_UPLOAD | "pending_upload" |
| PENDING | "pending" |
| IN_PROGRESS | "in_progress" |
| PARTIAL_SUCCESS | "partial_success" |
| SUCCESS | "success" |
| ERROR | "error" |
| Name | Value |
|---|---|
| CALLING_USER_ASSIGNMENT | "calling_user_assignment" |
| FIRST_PARTY_APP_ASSIGNMENT | "first_party_app_assignment" |