Method: OryClient::UpdateRecoveryFlowWithCodeMethod.attribute_map

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

.attribute_mapObject

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



32
33
34
35
36
37
38
39
# File 'lib/ory-client/models/update_recovery_flow_with_code_method.rb', line 32

def self.attribute_map
  {
    :'code' => :'code',
    :'csrf_token' => :'csrf_token',
    :'email' => :'email',
    :'method' => :'method'
  }
end