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/datamigration:v1.ts";

Additional options for dataMigration#projectsLocationsFetchStaticIps.

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

§Properties

§
pageSize?: number
[src]

Maximum number of IPs to return.

§
pageToken?: string
[src]

A page token, received from a previous FetchStaticIps call.