Type Alias: AdvancedDecisionEvaluationInstanceKeyFilter
type AdvancedDecisionEvaluationInstanceKeyFilter = object;
Defined in: gen/types.gen.ts:4344
Advanced filter
Advanced DecisionEvaluationInstanceKey filter.
Properties
$eq?
optional $eq: DecisionEvaluationInstanceKey;
Defined in: gen/types.gen.ts:4348
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:4356
Checks if the current property exists.
$in?
optional $in: DecisionEvaluationInstanceKey[];
Defined in: gen/types.gen.ts:4360
Checks if the property matches any of the provided values.
$neq?
optional $neq: DecisionEvaluationInstanceKey;
Defined in: gen/types.gen.ts:4352
Checks for inequality with the provided value.
$notIn?
optional $notIn: DecisionEvaluationInstanceKey[];
Defined in: gen/types.gen.ts:4364
Checks if the property matches none of the provided values.