Method: Kickflow::GeneralMasterItem.attribute_map

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

.attribute_mapObject

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



47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'lib/kickflow/models/general_master_item.rb', line 47

def self.attribute_map
  {
    :'id' => :'id',
    :'code' => :'code',
    :'name' => :'name',
    :'description' => :'description',
    :'created_at' => :'createdAt',
    :'updated_at' => :'updatedAt',
    :'starts_on' => :'startsOn',
    :'ends_on' => :'endsOn',
    :'inputs' => :'inputs'
  }
end