Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

DecisionRequirementsDefinitionDto.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

DecisionRequirementsDefinitionDto

Properties

Name Type Description Notes
id Option<String> The id of the decision requirements definition [optional]
key Option<String> The key of the decision requirements definition, i.e., the id of the DMN 1.0 XML decision definition. [optional]
name Option<String> The name of the decision requirements definition. [optional]
category Option<String> The category of the decision requirements definition. [optional]
version Option<i32> The version of the decision requirements definition that the engine assigned to it. [optional]
resource Option<String> The file name of the decision requirements definition. [optional]
deployment_id Option<String> The deployment id of the decision requirements definition. [optional]
tenant_id Option<String> The tenant id of the decisionrequirements definition. [optional]

[Back to Model list] [Back to API list] [Back to README]