GoogleApi.Dataflow.V1b3.Model.WorkerDetails (google_api_dataflow v0.38.0) View Source
Information about a worker
Attributes
-
workItems(type:list(GoogleApi.Dataflow.V1b3.Model.WorkItemDetails.t), default:nil) - Work items processed by this worker, sorted by time. -
workerName(type:String.t, default:nil) - Name of this worker
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.WorkerDetails{
workItems: [GoogleApi.Dataflow.V1b3.Model.WorkItemDetails.t()] | nil,
workerName: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.