google_api_genomics v0.4.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 (String.t): The worker's instance name. Defaults to: null.
  • zone (String.t): The zone the worker was running in. Defaults to: null.

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: any(),
  zone: any()
}

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.