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

An event generated after a worker VM has been assigned to run the pipeline.

Attributes

  • instance (type: String.t, default: nil) - The worker's instance name.
  • machineType (type: String.t, default: nil) - The machine type that was assigned for the worker.
  • zone (type: String.t, default: nil) - The zone the worker is running in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.