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

InstancesGetGuestAttributesOptions

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

Additional options for Compute#instancesGetGuestAttributes.

interface InstancesGetGuestAttributesOptions {
queryPath?: string;
variableKey?: string;
}

§Properties

§
queryPath?: string
[src]

Specifies the guest attributes path to be queried.

§
variableKey?: string
[src]

Specifies the key for the guest attributes entry.