次の方法で共有


UpdateProcessRuleRequest interface

ルールを更新するためのクラス/オブジェクトを要求します。

Extends

プロパティ

id

ルールを一意に識別する ID。

継承されたプロパティ

actions

ルールがトリガーされたときに実行するアクションの一覧。

conditions

ルールをトリガーする必要がある条件の一覧。

isDisabled

ルールが無効かどうかを示します。

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

CreateProcessRuleRequest.name から継承された