Method: TalonOne::SlotDef.openapi_types
- Defined in:
- lib/talon_one/models/slot_def.rb
.openapi_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 |
# File 'lib/talon_one/models/slot_def.rb', line 48 def self.openapi_types { :'name' => :'String', :'type' => :'String', :'title' => :'String', :'description' => :'String', :'help' => :'String', :'writable' => :'Boolean' } end |