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

ProjectsLocationsFetchStaticIpsOptions

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

Additional options for Datastream#projectsLocationsFetchStaticIps.

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

§Properties

§
pageSize?: number
[src]

Maximum number of Ips to return, will likely not be specified.

§
pageToken?: string
[src]

A page token, received from a previous ListStaticIps call. will likely not be specified.