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

Response message for a 'FetchStaticIps' response.

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 by account