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

ListPeeringsResponse

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

ListPeeringsResponse is the response message for ListPeerings method.

interface ListPeeringsResponse {
nextPageToken?: string;
peerings?: Peering[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
peerings?: Peering[]
[src]

A list of Managed Identities Service Peerings in the project.

§
unreachable?: string[]
[src]

Locations that could not be reached.