Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionRequirementsFilter

type DecisionRequirementsFilter = object;

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

Decision requirements search filter.

Properties

decisionRequirementsId?

optional decisionRequirementsId: string;

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

the DMN ID of the decision requirements.


decisionRequirementsKey?

optional decisionRequirementsKey: DecisionRequirementsKey;

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


decisionRequirementsName?

optional decisionRequirementsName: string;

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

The DMN name of the decision requirements.


resourceName?

optional resourceName: string;

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

The name of the resource from which the decision requirements were parsed


tenantId?

optional tenantId: TenantId;

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

The tenant ID of the decision requirements.


version?

optional version: number;

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

The assigned version of the decision requirements.