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

AcceleratePrivateCloudDeletionRequest

import type { AcceleratePrivateCloudDeletionRequest } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";

Request message for VmwareEngine.AcceleratePrivateCloudDeletion

interface AcceleratePrivateCloudDeletionRequest {
etag?: string;
requestId?: string;
}

§Properties

§
etag?: string
[src]

Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the request. The server compares provided checksum with the current checksum of the resource. If the user-provided value is out of date, this request returns an ABORTED error.

§
requestId?: string
[src]

Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).