Method: OryClient::Organization.openapi_types
- Defined in:
- lib/ory-client/models/organization.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 |
# File 'lib/ory-client/models/organization.rb', line 59 def self.openapi_types { :'created_at' => :'Time', :'domains' => :'Array<String>', :'id' => :'String', :'label' => :'String', :'project_id' => :'String', :'updated_at' => :'Time' } end |