Method: OpenapiClient::OPADecisionLog.openapi_types

Defined in:
lib/openapi_client/models/opa_decision_log.rb

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/openapi_client/models/opa_decision_log.rb', line 51

def self.openapi_types
  {
    :'decision_id' => :'String',
    :'labels' => :'Labels',
    :'run_id' => :'String',
    :'timestamp' => :'Time',
    :'path' => :'String',
    :'input' => :'Object',
    :'result' => :'Object'
  }
end