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

Network

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

Contains information about a VPC network associated with the finding.

interface Network {
name?: string;
}

§Properties

§
name?: string
[src]

The name of the VPC network resource, for example, //compute.googleapis.com/projects/my-project/global/networks/my-network.