Method: Phrase::AccountSearchResult.openapi_types
- Defined in:
- lib/phrase/models/account_search_result.rb
.openapi_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/phrase/models/account_search_result.rb', line 33 def self.openapi_types { :'query' => :'String', :'excerpt' => :'String', :'key' => :'KeyPreview', :'locale' => :'LocalePreview', :'project' => :'Project', :'translation' => :'Translation', :'other_translations' => :'Array<Translation>' } end |