Method: OryClient::IdentityCredentials.openapi_types
- Defined in:
- lib/ory-client/models/identity_credentials.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/ory-client/models/identity_credentials.rb', line 53 def self.openapi_types { :'config' => :'Object', :'created_at' => :'Time', :'identifiers' => :'Array<String>', :'type' => :'IdentityCredentialsType', :'updated_at' => :'Time', :'version' => :'Integer' } end |