View Source GoogleApi.Notebooks.V2.Model.DefaultValues (google_api_notebooks v0.15.0)

DefaultValues represents the default configuration values.

Attributes

  • machineType (type: String.t, default: nil) - Output only. The default machine type used by the backend if not provided by the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V2.Model.DefaultValues{
  machineType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.