Method: OryClient::IdentityPatchResponse.attribute_map

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

.attribute_mapObject

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



51
52
53
54
55
56
57
# File 'lib/ory-client/models/identity_patch_response.rb', line 51

def self.attribute_map
  {
    :'action' => :'action',
    :'identity' => :'identity',
    :'patch_id' => :'patch_id'
  }
end