Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DiagnoseInstanceRequest

import type { DiagnoseInstanceRequest } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

Request for creating a notebook instance diagnostic file.

interface DiagnoseInstanceRequest {
diagnosticConfig?: DiagnosticConfig;
timeoutMinutes?: number;
}

§Properties

§
diagnosticConfig?: DiagnosticConfig
[src]

Required. Defines flags that are used to run the diagnostic tool

§
timeoutMinutes?: number
[src]

Optional. Maxmium amount of time in minutes before the operation times out.