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

RelatedAssets

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

DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses. The detailed related assets with the relationship_type.

interface RelatedAssets {
assets?: RelatedAsset[];
relationshipAttributes?: RelationshipAttributes;
}

§Properties

§

The peer resources of the relationship.

§
relationshipAttributes?: RelationshipAttributes
[src]

The detailed relationship attributes.