Method: OryClient::ProjectMetadata.openapi_types

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

.openapi_typesObject

Attribute type mapping.



85
86
87
88
89
90
91
92
93
94
95
96
97
# File 'lib/ory-client/models/project_metadata.rb', line 85

def self.openapi_types
  {
    :'created_at' => :'Time',
    :'hosts' => :'Array<String>',
    :'id' => :'String',
    :'name' => :'String',
    :'slug' => :'String',
    :'state' => :'String',
    :'subscription_id' => :'String',
    :'subscription_plan' => :'String',
    :'updated_at' => :'Time'
  }
end