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

ListNetworkUsageResponse

import type { ListNetworkUsageResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response with Networks with IPs

interface ListNetworkUsageResponse {
networks?: NetworkUsage[];
}

§Properties

§
networks?: NetworkUsage[]
[src]

Networks with IPs.