GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails (google_api_dataflow v0.30.1) 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.StageExecutionDetails{
nextPageToken: String.t(),
workers: [GoogleApi.Dataflow.V1b3.Model.WorkerDetails.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.