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

FetchStaticIpsResponse

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

Response message for a 'FetchStaticIps' request.

interface FetchStaticIpsResponse {
nextPageToken?: string;
staticIps?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
staticIps?: string[]
[src]

List of static IPs.