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

ProjectsLocationsInstancesDnsPeeringsListOptions

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

Additional options for DataFusion#projectsLocationsInstancesDnsPeeringsList.

interface ProjectsLocationsInstancesDnsPeeringsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of dns peerings to return. The service may return fewer than this value. If unspecified, at most 50 dns peerings will be returned. The maximum value is 200; values above 200 will be coerced to 200.

§
pageToken?: string
[src]

A page token, received from a previous ListDnsPeerings call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDnsPeerings must match the call that provided the page token.