クラス DoNothing
意図的に何もしないオートメーションアクションを定義します。
method DoNothing.__init__
no_op(bool): バックエンドのスキーマ要件を満たすためだけに存在するプレースホルダーフィールドです。 このフィールドの値は無視されるため、明示的に設定する必要はありません。action_type(Literal[NO_OP]):
DoNothing オブジェクト。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
DoNothingDoNothing.__init____init__(
no_op: 'bool' = True,
action_type: 'Literal[NO_OP]' = NO_OP
) → None
no_op (bool): バックエンドのスキーマ要件を満たすためだけに存在するプレースホルダーフィールドです。
このフィールドの値は無視されるため、明示的に設定する必要はありません。action_type (Literal[NO_OP]):DoNothing オブジェクト。