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

ScannedResource

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

A scanned resource.

interface ScannedResource {
resource?: string;
type?: string;
}

§Properties

§
resource?: string
[src]

Resource name.

§
type?: string
[src]

Resource type.