Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedClusterVariableScopeFilter

type AdvancedClusterVariableScopeFilter = object;

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

Advanced filter

Advanced ClusterVariableScopeEnum filter.

Properties

$eq?

optional $eq: ClusterVariableScopeEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ClusterVariableScopeEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: ClusterVariableScopeEnum;

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

Checks for inequality with the provided value.