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

LoadBalancer

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

Contains information related to the load balancer associated with the finding.

interface LoadBalancer {
name?: string;
}

§Properties

§
name?: string
[src]

The name of the load balancer associated with the finding.