Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedJobStateFilter

type AdvancedJobStateFilter = object;

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

Advanced filter

Advanced JobStateEnum filter.

Properties

$eq?

optional $eq: JobStateEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: JobStateEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: JobStateEnum;

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

Checks for inequality with the provided value.