Method: OryClient::JsonPatch.openapi_types

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

.openapi_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
# File 'lib/ory-client/models/json_patch.rb', line 69

def self.openapi_types
  {
    :'from' => :'String',
    :'op' => :'String',
    :'path' => :'String',
    :'value' => :'Object'
  }
end