メインコンテンツへスキップ

クラス DoNothing

意図的に何もしないオートメーションアクションを定義します。

method DoNothing.__init__

__init__(
    no_op: 'bool' = True,
    action_type: 'Literal[NO_OP]' = NO_OP
) → None
引数:
  • no_op (bool): バックエンドのスキーマ要件を満たすためだけに存在するプレースホルダーフィールドです。 このフィールドの値は無視されるため、明示的に設定する必要はありません。
  • action_type (Literal[NO_OP]):
戻り値: DoNothing オブジェクト。