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

ShowDiscoveredRangeUtilizationResponse

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

Message for the response to getting the utilization of a DiscoveredRange

interface ShowDiscoveredRangeUtilizationResponse {
discoveredRange?: DiscoveredRange;
rangeUtilization?: RangeUtilization;
}

§Properties

§
discoveredRange?: DiscoveredRange
[src]

The DiscoveredRange resource.

§
rangeUtilization?: RangeUtilization
[src]

The utilization of the DiscoveredRange.