Type Alias: AdvancedDeploymentKeyFilter
type AdvancedDeploymentKeyFilter = object;
Defined in: gen/types.gen.ts:2213
Advanced filter
Advanced DeploymentKey filter.
Properties
$eq?
optional $eq: DeploymentKey;
Defined in: gen/types.gen.ts:2217
Checks for equality with the provided value.
$exists?
optional $exists: boolean;
Defined in: gen/types.gen.ts:2225
Checks if the current property exists.
$in?
optional $in: DeploymentKey[];
Defined in: gen/types.gen.ts:2229
Checks if the property matches any of the provided values.
$neq?
optional $neq: DeploymentKey;
Defined in: gen/types.gen.ts:2221
Checks for inequality with the provided value.
$notIn?
optional $notIn: DeploymentKey[];
Defined in: gen/types.gen.ts:2233
Checks if the property matches none of the provided values.