RangeUtilization
import type { RangeUtilization } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";Message for the utilization of an IP range
interface RangeUtilization {
readonly totalConsumed?: string;
readonly totalProduced?: string;
readonly usage?: number;
}