Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1020 Bytes

File metadata and controls

29 lines (22 loc) · 1020 Bytes

Phrase::LocaleDownload

Properties

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]

Code Sample

require 'Phrase'

instance = Phrase::LocaleDownload.new(id: null,
                                 status: null,
                                 result: null,
                                 params: null,
                                 error: null,
                                 created_at: null,
                                 completed_at: null)