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

SearchIpResourcesResponse

import type { SearchIpResourcesResponse } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message for response to searching IP resources

interface SearchIpResourcesResponse {
nextPageToken?: string;
ranges?: Range[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
ranges?: Range[]
[src]

Deprecated: Use results field instead. The list of ranges matching the search query.

§

The list of results matching the search query.

§
unreachable?: string[]
[src]

Locations that could not be reached.