View Source GoogleApi.Notebooks.V1.Model.DiagnoseRuntimeRequest (google_api_notebooks v0.10.0)

Request for creating a notebook instance diagnostic file.

Attributes

  • diagnosticConfig (type: GoogleApi.Notebooks.V1.Model.DiagnosticConfig.t, default: nil) - Required. Defines flags that are used to run the diagnostic tool
  • timeoutMinutes (type: integer(), default: nil) - Optional. Maxmium amount of time in minutes before the operation times out.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.DiagnoseRuntimeRequest{
  diagnosticConfig: GoogleApi.Notebooks.V1.Model.DiagnosticConfig.t() | nil,
  timeoutMinutes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.