Method: OryClient::JsonPatch.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



79
80
81
82
83
# File 'lib/ory-client/models/json_patch.rb', line 79

def self.openapi_nullable
  Set.new([
    :'value'
  ])
end