Method: VoucherifySdk::ValidationRulesGetResponseBody.openapi_nullable

Defined in:
lib/VoucherifySdk/models/validation_rules_get_response_body.rb

.openapi_nullableObject

List of attributes with nullable: true



112
113
114
115
116
117
118
119
120
121
122
123
124
125
# File 'lib/VoucherifySdk/models/validation_rules_get_response_body.rb', line 112

def self.openapi_nullable
  Set.new([
    :'name',
    :'error',
    :'applicable_to',
    :'type',
    :'context_type',
    :'id',
    :'created_at',
    :'updated_at',
    :'assignments_count',
    :'object'
  ])
end