View Source GoogleApi.Dataflow.V1b3.Model.SendWorkerMessagesResponse (google_api_dataflow v0.52.0)

The response to the worker messages.

Attributes

  • workerMessageResponses (type: list(GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse.t), default: nil) - The servers response to the worker messages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.SendWorkerMessagesResponse{
  workerMessageResponses:
    [GoogleApi.Dataflow.V1b3.Model.WorkerMessageResponse.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.