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