Method: OryClient::CloudAccount.openapi_types
- Defined in:
- lib/ory-client/models/cloud_account.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 45 |
# File 'lib/ory-client/models/cloud_account.rb', line 39 def self.openapi_types { :'email' => :'String', :'id' => :'String', :'name' => :'String' } end |