GoogleApi.WorkflowExecutions.V1.Model.Step (google_api_workflow_executions v0.11.3)

View Source

Represents a step of the workflow this execution is running.

Attributes

  • routine (type: String.t, default: nil) - Name of a routine within the workflow.
  • step (type: String.t, default: nil) - Name of a step within the routine.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.Step{
  routine: String.t() | nil,
  step: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.