Method: OryClient::ProjectMetadata.attribute_map

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

.attribute_mapObject

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



65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'lib/ory-client/models/project_metadata.rb', line 65

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