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

class DoNothing

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

method DoNothing.__init__

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