DoNothing
less than a minute
class DoNothing
Defines an automation action that intentionally does nothing.
method DoNothing.__init__
__init__(
no_op: 'bool' = True,
action_type: 'Literal[NO_OP]' = NO_OP
) → None
Args:
no_op
(bool): Placeholder field which exists only to satisfy backend schema requirements. There should never be a need to set this field explicitly, as its value is ignored.action_type
(Literal[NO_OP]):
Returns:
An DoNothing
object.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.