Method: CMV4APIClient::ResetPasswordData.openapi_nullable

Defined in:
lib/cmv4-openapi-client/models/reset_password_data.rb

.openapi_nullableObject

List of attributes with nullable: true



38
39
40
41
42
43
# File 'lib/cmv4-openapi-client/models/reset_password_data.rb', line 38

def self.openapi_nullable
  Set.new([
    :'jwt',
    :'password'
  ])
end