Sha256: 6d0dcf830c3a4afd00b65c3ec31f756da54f766541f211e815c2320d4bb1fcdb
Contents?: true
Size: 1.11 KB
Versions: 62
Compression:
Stored size: 1.11 KB
Contents
# Phrase::UploadSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **locales_created** | **Integer** | | [optional] **translation_keys_created** | **Integer** | | [optional] **translation_keys_updated** | **Integer** | | [optional] **translation_keys_unmentioned** | **Integer** | | [optional] **translations_created** | **Integer** | | [optional] **translations_updated** | **Integer** | | [optional] **tags_created** | **Integer** | | [optional] **translation_keys_ignored** | **Integer** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::UploadSummary.new(locales_created: null, translation_keys_created: null, translation_keys_updated: null, translation_keys_unmentioned: null, translations_created: null, translations_updated: null, tags_created: null, translation_keys_ignored: null) ```
Version data entries
62 entries across 62 versions & 1 rubygems