Method: OryClient::NormalizedProject.openapi_types
- Defined in:
- lib/ory-client/models/normalized_project.rb
.openapi_types ⇒ Object
Attribute type mapping.
81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/ory-client/models/normalized_project.rb', line 81 def self.openapi_types { :'created_at' => :'Time', :'current_revision' => :'NormalizedProjectRevision', :'hosts' => :'Array<String>', :'id' => :'String', :'slug' => :'String', :'state' => :'String', :'subscription_id' => :'String', :'updated_at' => :'Time' } end |