View Source GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails (google_api_dataflow v0.51.0)
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
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails{ nextPageToken: String.t() | nil, workers: [GoogleApi.Dataflow.V1b3.Model.WorkerDetails.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.