Method: VoucherifySdk::ValidationRulesGetResponseBody.openapi_types

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

.openapi_typesObject

Attribute type mapping.



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# File 'lib/VoucherifySdk/models/validation_rules_get_response_body.rb', line 95

def self.openapi_types
  {
    :'name' => :'String',
    :'rules' => :'Object',
    :'error' => :'ValidationRulesGetResponseBodyError',
    :'applicable_to' => :'ValidationRulesGetResponseBodyApplicableTo',
    :'type' => :'String',
    :'context_type' => :'String',
    :'id' => :'String',
    :'created_at' => :'Time',
    :'updated_at' => :'Time',
    :'assignments_count' => :'Integer',
    :'object' => :'String'
  }
end