View Source GoogleApi.LifeSciences.V2beta.Model.WorkerReleasedEvent (google_api_life_sciences v0.13.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.LifeSciences.V2beta.Model.WorkerReleasedEvent{
  instance: String.t() | nil,
  zone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.