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.