View Source GoogleApi.Notebooks.V1.Model.IsInstanceUpgradeableResponse (google_api_notebooks v0.14.3)

Response for checking if a notebook instance is upgradeable.

Attributes

  • upgradeImage (type: String.t, default: nil) - The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
  • upgradeInfo (type: String.t, default: nil) - Additional information about upgrade.
  • upgradeVersion (type: String.t, default: nil) - The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
  • upgradeable (type: boolean(), default: nil) - If an instance is upgradeable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.IsInstanceUpgradeableResponse{
  upgradeImage: String.t() | nil,
  upgradeInfo: String.t() | nil,
  upgradeVersion: String.t() | nil,
  upgradeable: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.