Method: OryClient::CreateRecoveryCodeForIdentityBody.attribute_map
- Defined in:
- lib/ory-client/models/create_recovery_code_for_identity_body.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
26 27 28 29 30 31 |
# File 'lib/ory-client/models/create_recovery_code_for_identity_body.rb', line 26 def self.attribute_map { :'expires_in' => :'expires_in', :'identity_id' => :'identity_id' } end |