Sha256: fc324f777e2b59c754fb440f492ae1562c79ae988d1ccc8d08825a7284c0aff8
Contents?: true
Size: 957 Bytes
Versions: 6
Compression:
Stored size: 957 Bytes
Contents
# Phrase::LocaleDownloadParams ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file_format** | **String** | | [optional] **locale_id** | **String** | | [optional] **tags** | **String** | | [optional] **branch** | **String** | | [optional] **include_empty_translations** | **Boolean** | | [optional] **include_translated_keys** | **Boolean** | | [optional] **include_unverified_translations** | **Boolean** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::LocaleDownloadParams.new(file_format: null, locale_id: null, tags: null, branch: null, include_empty_translations: null, include_translated_keys: null, include_unverified_translations: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems