View Source GoogleApi.Dataflow.V1b3.Model.JobExecutionDetails (google_api_dataflow v0.46.0)

Information about the execution of a job.

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.
  • stages (type: list(GoogleApi.Dataflow.V1b3.Model.StageSummary.t), default: nil) - The stages of the job execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.JobExecutionDetails{
  nextPageToken: String.t() | nil,
  stages: [GoogleApi.Dataflow.V1b3.Model.StageSummary.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.