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

ResourceCAIInfo

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

CAI info of a Resource.

interface ResourceCAIInfo {
fullResourceName?: string;
}

§Properties

§
fullResourceName?: string
[src]