Type Alias: AdvancedMessageSubscriptionStateFilter
type AdvancedMessageSubscriptionStateFilter = object;
Defined in: gen/types.gen.ts:4987
Advanced filter
Advanced MessageSubscriptionStateEnum filter
Properties
$eq?
optional $eq: MessageSubscriptionStateEnum;
Defined in: gen/types.gen.ts:4991
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:4999
Checks if the current property exists.
$in?
optional $in: MessageSubscriptionStateEnum[];
Defined in: gen/types.gen.ts:5003
Checks if the property matches any of the provided values.
$like?
optional $like: LikeFilter;
Defined in: gen/types.gen.ts:5004
$neq?
optional $neq: MessageSubscriptionStateEnum;
Defined in: gen/types.gen.ts:4995
Checks for inequality with the provided value.