Method: OryClient::RecoveryCodeForIdentity.attribute_map

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

.attribute_mapObject

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



29
30
31
32
33
34
35
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 29

def self.attribute_map
  {
    :'expires_at' => :'expires_at',
    :'recovery_code' => :'recovery_code',
    :'recovery_link' => :'recovery_link'
  }
end