Method: OryClient::IdentityPatchResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



65
66
67
68
69
70
71
# File 'lib/ory-client/models/identity_patch_response.rb', line 65

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