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

SubnetworksGetOptions

import type { SubnetworksGetOptions } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Additional options for Compute#subnetworksGet.

interface SubnetworksGetOptions {
views?: "DEFAULT" | "WITH_UTILIZATION";
}

§Properties

§
views?: "DEFAULT" | "WITH_UTILIZATION"
[src]

Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response.