Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.18 KB

Upload.md

File metadata and controls

35 lines (28 loc) · 1.18 KB

Phrase::Upload

Properties

Name Type Description Notes
id String [optional]
filename String [optional]
format String [optional]
state String [optional]
tag String Unique tag of the upload [optional]
tags Array<String> List of tags that were assigned to the uploaded keys [optional]
url String The URL to the upload in Phrase Strings app. [optional]
summary UploadSummary [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::Upload.new(id: null,
                                 filename: null,
                                 format: null,
                                 state: null,
                                 tag: null,
                                 tags: null,
                                 url: null,
                                 summary: null,
                                 created_at: null,
                                 updated_at: null)