Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
status | StatusEnum | The status of the download request. Possible values are `processing`, `completed`, and `error`. | [optional] |
result | LocaleDownloadResult | [optional] | |
params | LocaleDownloadParams | [optional] | |
error | String | [optional] | |
createdAt | OffsetDateTime | [optional] | |
completedAt | OffsetDateTime | [optional] |
Name | Value |
---|---|
PROCESSING | "processing" |
COMPLETED | "completed" |
ERROR | "error" |