View Source GoogleApi.Notebooks.V2.Model.ImageRelease (google_api_notebooks v0.14.3)

ConfigImage represents an image release available to create a WbI

Attributes

  • imageName (type: String.t, default: nil) - Output only. The name of the image of the form workbench-instances-vYYYYmmdd--
  • releaseName (type: String.t, default: nil) - Output only. The release of the image of the form m123

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V2.Model.ImageRelease{
  imageName: String.t() | nil,
  releaseName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.