Sha256: 34825da12b7efc9ffdbdad9afcb00da5d3b7c12e3474803bc67803ce29e5256e
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 KB
Contents
# Phrase::TranslationKeyDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **description** | **String** | | [optional] **name_hash** | **String** | | [optional] **plural** | **Boolean** | | [optional] **tags** | **Array<String>** | | [optional] **data_type** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **name_plural** | **String** | | [optional] **comments_count** | **Integer** | | [optional] **max_characters_allowed** | **Integer** | | [optional] **screenshot_url** | **String** | | [optional] **unformatted** | **Boolean** | | [optional] **xml_space_preserve** | **Boolean** | | [optional] **original_file** | **String** | | [optional] **format_value_type** | **String** | | [optional] **creator** | [**UserPreview**](UserPreview.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TranslationKeyDetails.new(id: null, name: null, description: null, name_hash: null, plural: null, tags: null, data_type: null, created_at: null, updated_at: null, name_plural: null, comments_count: null, max_characters_allowed: null, screenshot_url: null, unformatted: null, xml_space_preserve: null, original_file: null, format_value_type: null, creator: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.20.0 | docs/TranslationKeyDetails.md |
phrase-2.19.0 | docs/TranslationKeyDetails.md |