Method: Phrase::KeyCreateParameters.openapi_types
- Defined in:
- lib/phrase/models/key_create_parameters.rb
.openapi_types ⇒ Object
Attribute type mapping.
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'lib/phrase/models/key_create_parameters.rb', line 88 def self.openapi_types { :'branch' => :'String', :'name' => :'String', :'description' => :'String', :'plural' => :'Boolean', :'use_ordinal_rules' => :'Boolean', :'name_plural' => :'String', :'data_type' => :'String', :'tags' => :'String', :'max_characters_allowed' => :'Integer', :'screenshot' => :'File', :'remove_screenshot' => :'Boolean', :'unformatted' => :'Boolean', :'default_translation_content' => :'String', :'autotranslate' => :'Boolean', :'xml_space_preserve' => :'Boolean', :'original_file' => :'String', :'localized_format_string' => :'String', :'localized_format_key' => :'String', :'custom_metadata' => :'Object' } end |