Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedResourceKeyFilter

type AdvancedResourceKeyFilter = object;

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

Advanced filter

Advanced ResourceKey filter.

Properties

$eq?

optional $eq: ResourceKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ResourceKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: ResourceKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: ResourceKey[];

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

Checks if the property matches none of the provided values.