google_api_genomics v0.11.0 GoogleApi.Genomics.V1.Model.WorkerReleasedEvent View Source

An event generated when the worker VM that was assigned to the pipeline has been released (deleted).

Attributes

  • instance (type: String.t, default: nil) - The worker's instance name.
  • zone (type: String.t, default: nil) - The zone the worker was running in.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Genomics.V1.Model.WorkerReleasedEvent{
  instance: String.t(),
  zone: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.