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

RuntimeMigrationEligibility represents the feasibility information of a migration from GmN to WbI.

Attributes

  • errors (type: list(String.t), default: nil) - Output only. Certain configurations make the GmN ineligible for an automatic migration. A manual migration is required.
  • warnings (type: list(String.t), default: nil) - Output only. Certain configurations will be defaulted during the migration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.RuntimeMigrationEligibility{
  errors: [String.t()] | nil,
  warnings: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.