Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedIncidentStateFilter

type AdvancedIncidentStateFilter = object;

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

Advanced filter

Advanced IncidentStateEnum filter

Properties

$eq?

optional $eq: IncidentStateEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: IncidentStateEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: IncidentStateEnum;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: IncidentStateEnum[];

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

Checks if the property does not match any of the provided values.