nextTasks property

List<GoogleCloudIntegrationsV1alphaNextTask>? nextTasks
getter/setter pair

The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id.

Each of these next tasks are executed only if the condition associated with them evaluates to true.

Optional.

Implementation

core.List<GoogleCloudIntegrationsV1alphaNextTask>? nextTasks;