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

RelatedResource

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

The detailed related resource.

interface RelatedResource {
assetType?: string;
fullResourceName?: string;
}

§Properties

§
assetType?: string
[src]

The type of the asset. Example: compute.googleapis.com/Instance

§
fullResourceName?: string
[src]

The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123