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

UnmountDatastoreRequest

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

Unmount Datastore Request messag

interface UnmountDatastoreRequest {
datastore?: string;
requestId?: string;
}

§Properties

§
datastore?: string
[src]

Required. The resource name of the datastore to unmount. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/datastores/my-datastore

§
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).