Method: OryClient::IdentityCredentials.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



36
37
38
39
40
41
42
43
44
45
# File 'lib/ory-client/models/identity_credentials.rb', line 36

def self.attribute_map
  {
    :'config' => :'config',
    :'created_at' => :'created_at',
    :'identifiers' => :'identifiers',
    :'type' => :'type',
    :'updated_at' => :'updated_at',
    :'version' => :'version'
  }
end