GoogleApi.Genomics.V1.Model.WorkerReleasedEvent (google_api_genomics v0.18.0) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.