View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaNextTask (google_api_integrations v0.11.0)

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

Attributes

  • condition (type: String.t, default: nil) - Standard filter expression for this task to become an eligible next task.
  • description (type: String.t, default: nil) - User-provided description intended to give additional business context about the task.
  • displayName (type: String.t, default: nil) - User-provided label that is attached to this edge in the UI.
  • taskConfigId (type: String.t, default: nil) - ID of the next task.
  • taskId (type: String.t, default: nil) - Task number of the next task.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaNextTask{
  condition: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  taskConfigId: String.t() | nil,
  taskId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.