| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| status | String | The status of the download request. Possible values are `processing`, `completed`, and `error`. | [optional] |
| result | LocaleDownloadResult | [optional] | |
| params | LocaleDownloadParams | [optional] | |
| error | String | [optional] | |
| created_at | Time | [optional] | |
| completed_at | Time | [optional] |
require 'Phrase'
instance = Phrase::LocaleDownload.new(id: null,
status: null,
result: null,
params: null,
error: null,
created_at: null,
completed_at: null)