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

NodeGroupsPerformMaintenanceRequest

import type { NodeGroupsPerformMaintenanceRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NodeGroupsPerformMaintenanceRequest {
nodes?: string[];
startTime?: string;
}

§Properties

§
nodes?: string[]
[src]

[Required] List of nodes affected by the call.

§
startTime?: string
[src]

The start time of the schedule. The timestamp is an RFC3339 string.