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

ListTunnelDestGroupsResponse

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

The response from ListTunnelDestGroups.

interface ListTunnelDestGroupsResponse {
nextPageToken?: string;
tunnelDestGroups?: TunnelDestGroup[];
}

§Properties

§
nextPageToken?: string
[src]

A token that you can send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
tunnelDestGroups?: TunnelDestGroup[]
[src]

TunnelDestGroup existing in the project.