Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedMessageSubscriptionKeyFilter

type AdvancedMessageSubscriptionKeyFilter = object;

Defined in: gen/types.gen.ts:5012

Advanced filter

Advanced MessageSubscriptionKey filter.

Properties

$eq?

optional $eq: MessageSubscriptionKey;

Defined in: gen/types.gen.ts:5016

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:5024

Checks if the current property exists.


$in?

optional $in: MessageSubscriptionKey[];

Defined in: gen/types.gen.ts:5028

Checks if the property matches any of the provided values.


$neq?

optional $neq: MessageSubscriptionKey;

Defined in: gen/types.gen.ts:5020

Checks for equality with the provided value.


$notIn?

optional $notIn: MessageSubscriptionKey[];

Defined in: gen/types.gen.ts:5032

Checks if the property matches none of the provided values.