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