GoogleApi.Dataflow.V1b3.Model.JobExecutionDetails (google_api_dataflow v0.43.0) View Source
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.
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.JobExecutionDetails{
nextPageToken: String.t() | nil,
stages: [GoogleApi.Dataflow.V1b3.Model.StageSummary.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.