GoogleApi.Notebooks.V1.Model.DiagnoseInstanceRequest (google_api_notebooks v0.16.0)
View SourceRequest 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.DiagnoseInstanceRequest{ diagnosticConfig: GoogleApi.Notebooks.V1.Model.DiagnosticConfig.t() | nil, timeoutMinutes: integer() | nil }