Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedIncidentErrorTypeFilter

type AdvancedIncidentErrorTypeFilter = object;

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

Advanced filter

Advanced IncidentErrorTypeEnum filter

Properties

$eq?

optional $eq: IncidentErrorTypeEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: IncidentErrorTypeEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: IncidentErrorTypeEnum;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: IncidentErrorTypeEnum[];

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

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