Type Alias: AdvancedBatchOperationStateFilter
type AdvancedBatchOperationStateFilter = object;
Defined in: gen/types.gen.ts:1051
Advanced filter
Advanced BatchOperationStateEnum filter.
Properties
$eq?
optional $eq: BatchOperationStateEnum;
Defined in: gen/types.gen.ts:1055
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:1063
Checks if the current property exists.
$in?
optional $in: BatchOperationStateEnum[];
Defined in: gen/types.gen.ts:1067
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:1068
$neq?
optional $neq: BatchOperationStateEnum;
Defined in: gen/types.gen.ts:1059
Checks for inequality with the provided value.