GoogleCloudIntegrationsV1alphaNextTaskResponse

data class GoogleCloudIntegrationsV1alphaNextTaskResponse(val condition: String, val description: String, val displayName: String, val taskConfigId: String, val taskId: String)

The task that is next in line to be executed, if the condition specified evaluated to true.

Constructors

fun GoogleCloudIntegrationsV1alphaNextTaskResponse(condition: String, description: String, displayName: String, taskConfigId: String, taskId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Standard filter expression for this task to become an eligible next task.

Link copied to clipboard

User-provided description intended to give additional business context about the task.

Link copied to clipboard

User-provided label that is attached to this edge in the UI.

Link copied to clipboard

ID of the next task.

Link copied to clipboard

Task number of the next task.