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

Resource

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

Message represent resource in execution result

interface Resource {
name?: string;
serviceAccount?: string;
type?: string;
}

§Properties

§
name?: string
[src]

the name of the resource

§
serviceAccount?: string
[src]

the service account accosiate with resource

§
type?: string
[src]

the type of reresource