UpdateProcessRuleRequest interface
ルールを更新するためのクラス/オブジェクトを要求します。
- Extends
プロパティ
| id | ルールを一意に識別する ID。 |
継承されたプロパティ
| actions | ルールがトリガーされたときに実行するアクションの一覧。 |
| conditions | ルールをトリガーする必要がある条件の一覧。 |
| is |
ルールが無効かどうかを示します。 |
| name | ルールの名前。 |
プロパティの詳細
id
ルールを一意に識別する ID。
id: string
プロパティ値
string
継承されたプロパティの詳細
actions
ルールがトリガーされたときに実行するアクションの一覧。
actions: RuleAction[]
プロパティ値
createProcessRuleRequest.actions
conditions
ルールをトリガーする必要がある条件の一覧。
conditions: RuleCondition[]
プロパティ値
createProcessRuleRequest.conditions
isDisabled
ルールが無効かどうかを示します。
isDisabled: boolean
プロパティ値
boolean
createProcessRuleRequest.isDisabled から継承
name
ルールの名前。
name: string
プロパティ値
string