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

GetGuestAttributesResponse

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

Response for GetGuestAttributes.

interface GetGuestAttributesResponse {
guestAttributes?: GuestAttributes[];
}

§Properties

§
guestAttributes?: GuestAttributes[]
[src]

The guest attributes for the TPU workers.