Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedJobListenerEventTypeFilter

type AdvancedJobListenerEventTypeFilter = object;

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

Advanced filter

Advanced JobListenerEventTypeEnum filter.

Properties

$eq?

optional $eq: JobListenerEventTypeEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: JobListenerEventTypeEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: JobListenerEventTypeEnum;

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

Checks for inequality with the provided value.