View Source GoogleApi.Notebooks.V1.Model.DiagnoseRuntimeRequest (google_api_notebooks v0.14.3)
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
@type t() :: %GoogleApi.Notebooks.V1.Model.DiagnoseRuntimeRequest{ diagnosticConfig: GoogleApi.Notebooks.V1.Model.DiagnosticConfig.t() | nil, timeoutMinutes: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.