Sha256: 24ffb560d53d8f1aac6c4da983b87c12f105212d24a9c7ab2da38e75ef44ae4e
Contents?: true
Size: 907 Bytes
Versions: 2
Compression:
Stored size: 907 Bytes
Contents
# Phrase::Upload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **filename** | **String** | | [optional] **format** | **String** | | [optional] **state** | **String** | | [optional] **tag** | **String** | | [optional] **summary** | [**UploadSummary**](UploadSummary.md) | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Upload.new(id: null, filename: null, format: null, state: null, tag: null, summary: null, created_at: null, updated_at: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.20.0 | docs/Upload.md |
phrase-2.19.0 | docs/Upload.md |