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

ResourceInformation

import type { ResourceInformation } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface ResourceInformation {
addresses?: string[];
name?: string;
}

§Properties

§
addresses?: string[]
[src]
§
name?: string
[src]