Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedBatchOperationItemStateFilter

type AdvancedBatchOperationItemStateFilter = object;

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

Advanced filter

Advanced BatchOperationItemStateEnum filter.

Properties

$eq?

optional $eq: BatchOperationItemStateEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: BatchOperationItemStateEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: BatchOperationItemStateEnum;

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

Checks for inequality with the provided value.