GoogleApi.Notebooks.V1.Model.DiagnoseRuntimeRequest (google_api_notebooks v0.16.0)

View Source

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. Maximum amount of time in minutes before the operation times out.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.