Method: BlueprintClient::NodeAttributes.swagger_types
- Defined in:
- lib/blueprint_ruby_client/models/node_attributes.rb
.swagger_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/blueprint_ruby_client/models/node_attributes.rb', line 63 def self.swagger_types { :'title' => :'String', :'description' => :'String', :'valid_from' => :'Date', :'valid_to' => :'Date', :'student_numbers' => :'Float', :'domain_ids' => :'Array<String>', :'reminder_date' => :'Date', :'deadline' => :'Date' } end |