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