Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionRequirementsResult

type DecisionRequirementsResult = object;

Defined in: gen/types.gen.ts:1966

Properties

decisionRequirementsId?

optional decisionRequirementsId: string;

Defined in: gen/types.gen.ts:1978

The DMN ID of the decision requirements.


decisionRequirementsKey?

optional decisionRequirementsKey: DecisionRequirementsKey;

Defined in: gen/types.gen.ts:1990

The assigned key, which acts as a unique identifier for this decision requirements.


decisionRequirementsName?

optional decisionRequirementsName: string;

Defined in: gen/types.gen.ts:1970

The DMN name of the decision requirements.


resourceName?

optional resourceName: string;

Defined in: gen/types.gen.ts:1982

The name of the resource from which this decision requirements was parsed.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:1986

The tenant ID of the decision requirements.


version?

optional version: number;

Defined in: gen/types.gen.ts:1974

The assigned version of the decision requirements.