Method: XbimAim::ModelCreate.openapi_types
- Defined in:
- lib/xbim_aim/models/model_create.rb
.openapi_types ⇒ Object
Attribute type mapping.
76 77 78 79 80 81 82 83 84 85 |
# File 'lib/xbim_aim/models/model_create.rb', line 76 def self.openapi_types { :'asset_id' => :'Integer', :'name' => :'String', :'revision' => :'String', :'status' => :'String', :'state' => :'String', :'segment_name' => :'String' } end |