Class PlaybookTransition (2.0.0)

PlaybookTransition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook.

Attributes

Name Description
playbook str
Required. The unique identifier of the playbook. Format: projects/.
display_name str
Output only. The display name of the playbook.
input_action_parameters google.protobuf.struct_pb2.Struct
A list of input parameters for the action.