Skip to content

Interface: PreviewConditionGroupConfiguration

Defined in: src/cloud/models/previewConditionGroupConfiguration.ts:5

Properties

conditionGroups?

ts
optional conditionGroups?: PreviewConditionGroupConfiguration[];

Defined in: src/cloud/models/previewConditionGroupConfiguration.ts:6


conditions?

ts
optional conditions?: object[];

Defined in: src/cloud/models/previewConditionGroupConfiguration.ts:7

Index Signature

ts
[key: string]: unknown

id?

ts
optional id?: string;

A transient identifier for this element, unique within this response but not guaranteed to stable across requests.

parameters?

ts
optional parameters?: Record<string, any>;

The parameters of the rule.

ruleKey?

ts
optional ruleKey?: string;

The rule key of the rule.


operation?

ts
optional operation?: string & object | "ANY" | "ALL";

Defined in: src/cloud/models/previewConditionGroupConfiguration.ts:8