Method: Phrase::StyleguideUpdateParameters.openapi_types
- Defined in:
- lib/phrase/models/styleguide_update_parameters.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/phrase/models/styleguide_update_parameters.rb', line 64 def self.openapi_types { :'title' => :'String', :'audience' => :'String', :'target_audience' => :'String', :'grammatical_person' => :'String', :'vocabulary_type' => :'String', :'business' => :'String', :'company_branding' => :'String', :'formatting' => :'String', :'glossary_terms' => :'String', :'grammar_consistency' => :'String', :'literal_translation' => :'String', :'overall_tone' => :'String', :'samples' => :'String' } end |