View Source GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata (google_api_workflow_executions v0.8.0)

StepEntryMetadata contains metadata information about this step.

Attributes

  • progressNumber (type: String.t, default: nil) - Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
  • progressType (type: String.t, default: nil) - Progress type of this step entry.
  • threadId (type: String.t, default: nil) - Child thread id that this step entry belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata{
  progressNumber: String.t() | nil,
  progressType: String.t() | nil,
  threadId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.