Method: Weblate::PaginatedComponentListList.openapi_types
- Defined in:
- lib/weblate/models/paginated_component_list_list.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 |
# File 'lib/weblate/models/paginated_component_list_list.rb', line 42 def self.openapi_types { :'count' => :'Integer', :'_next' => :'String', :'previous' => :'String', :'results' => :'Array<ComponentList>' } end |