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

ListDnsPeeringsResponse

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

Response message for list DNS peerings.

interface ListDnsPeeringsResponse {
dnsPeerings?: DnsPeering[];
nextPageToken?: string;
}

§Properties

§
dnsPeerings?: DnsPeering[]
[src]

List of dns peering.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.