Phrase::TranslationKeyDetails
Name
Type
Description
Notes
id
String
[optional]
name
String
[optional]
description
String
[optional]
name_hash
String
[optional]
plural
Boolean
[optional]
use_ordinal_rules
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
[optional]
custom_metadata
Hash<String, String>
[optional]
require 'Phrase'
instance = Phrase ::TranslationKeyDetails . new ( id : null ,
name : null ,
description : null ,
name_hash : null ,
plural : null ,
use_ordinal_rules : 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 ,
custom_metadata : null )