GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails (google_api_dataflow v0.53.0)

View Source

Information about the workers and work items within a stage.

Attributes

  • nextPageToken (type: String.t, default: nil) - If present, this response does not contain all requested tasks. To obtain the next page of results, repeat the request with page_token set to this value.
  • workers (type: list(GoogleApi.Dataflow.V1b3.Model.WorkerDetails.t), default: nil) - Workers that have done work on the stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails{
  nextPageToken: String.t() | nil,
  workers: [GoogleApi.Dataflow.V1b3.Model.WorkerDetails.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.