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

ShowCustomRangeUtilizationResponse

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

Message for the response to getting the utilization of a CustomRange

interface ShowCustomRangeUtilizationResponse {
customRange?: CustomRange;
rangeUtilization?: RangeUtilization;
}

§Properties

§
customRange?: CustomRange
[src]

The CustomRange resource.

§
rangeUtilization?: RangeUtilization
[src]

The utilization of the CustomRange.