Method: OpenapiClient::ActionObject.attribute_map

Defined in:
lib/openapi_client/models/action_object.rb

.attribute_mapObject

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



29
30
31
32
33
34
35
36
37
# File 'lib/openapi_client/models/action_object.rb', line 29

def self.attribute_map
  {
    :'id' => :'id',
    :'key' => :'key',
    :'name' => :'name',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at'
  }
end