View Source GoogleApi.Notebooks.V2.Model.Config (google_api_notebooks v0.13.0)

Response for getting WbI configurations in a location

Attributes

  • availableImages (type: list(GoogleApi.Notebooks.V2.Model.ImageRelease.t), default: nil) - Output only. The list of available images to create a WbI.
  • defaultValues (type: GoogleApi.Notebooks.V2.Model.DefaultValues.t, default: nil) - Output only. The default values for configuration.
  • supportedValues (type: GoogleApi.Notebooks.V2.Model.SupportedValues.t, default: nil) - Output only. The supported values for configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V2.Model.Config{
  availableImages: [GoogleApi.Notebooks.V2.Model.ImageRelease.t()] | nil,
  defaultValues: GoogleApi.Notebooks.V2.Model.DefaultValues.t() | nil,
  supportedValues: GoogleApi.Notebooks.V2.Model.SupportedValues.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.