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[];
results?: SearchIpResourcesResult[];
unreachable?: string[];
}