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

GetGuestAttributesRequest

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

Request for GetGuestAttributes.

interface GetGuestAttributesRequest {
queryPath?: string;
workerIds?: string[];
}

§Properties

§
queryPath?: string
[src]

The guest attributes path to be queried.

§
workerIds?: string[]
[src]

The 0-based worker ID. If it is empty, all workers' GuestAttributes will be returned.