Method: OryClient::NormalizedProject.attribute_map

Defined in:
lib/ory-client/models/normalized_project.rb

.attribute_mapObject

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



62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/ory-client/models/normalized_project.rb', line 62

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'current_revision' => :'current_revision',
    :'hosts' => :'hosts',
    :'id' => :'id',
    :'slug' => :'slug',
    :'state' => :'state',
    :'subscription_id' => :'subscription_id',
    :'updated_at' => :'updated_at'
  }
end