Method: MetatronClient::Resource.swagger_types
- Defined in:
- lib/metatron_ruby_client/models/resource.rb
.swagger_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/metatron_ruby_client/models/resource.rb', line 37 def self.swagger_types { :'id' => :'String', :'type' => :'String', :'attributes' => :'Object' } end |