Method: Kickflow::GradeCreateBody.attribute_map

Defined in:
lib/kickflow/models/grade_create_body.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



29
30
31
32
33
34
35
# File 'lib/kickflow/models/grade_create_body.rb', line 29

def self.attribute_map
  {
    :'name' => :'name',
    :'level' => :'level',
    :'code' => :'code'
  }
end