Type Alias: AdvancedJobListenerEventTypeFilter
type AdvancedJobListenerEventTypeFilter = object;
Advanced filter
Advanced JobListenerEventTypeEnum filter.
Properties
$eq?
optional $eq?: JobListenerEventTypeEnum;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: JobListenerEventTypeEnum[];
Checks if the property matches any of the provided values.
$like?
optional $like?: LikeFilter;
$neq?
optional $neq?: JobListenerEventTypeEnum;
Checks for inequality with the provided value.