Method: MetatronClient::Asset.swagger_types
- Defined in:
- lib/metatron_ruby_client/models/asset.rb
.swagger_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 38 39 40 41 |
# File 'lib/metatron_ruby_client/models/asset.rb', line 33 def self.swagger_types { :'meta' => :'AssetMeta', :'data' => :'AssetData' } end |