View Source GoogleApi.Notebooks.V1.Model.UpdateInstanceConfigRequest (google_api_notebooks v0.14.0)

Request for updating instance configurations.

Attributes

  • config (type: GoogleApi.Notebooks.V1.Model.InstanceConfig.t, default: nil) - The instance configurations to be updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.UpdateInstanceConfigRequest{
  config: GoogleApi.Notebooks.V1.Model.InstanceConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.