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

AttachedResource

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

Attached resource representation, which is defined by the corresponding service provider. It represents an attached resource's payload.

interface AttachedResource {
assetType?: string;
versionedResources?: VersionedResource[];
}

§Properties

§
assetType?: string
[src]

The type of this attached resource. Example: osconfig.googleapis.com/Inventory You can find the supported attached asset types of each resource in this table: https://cloud.google.com/asset-inventory/docs/supported-asset-types

§
versionedResources?: VersionedResource[]
[src]

Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.