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

ListConnectionsResponse

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

ListConnectionsResponse is the response to list peering states for the given service and consumer project.

interface ListConnectionsResponse {
connections?: Connection[];
}

§Properties

§
connections?: Connection[]
[src]

The list of Connections.