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

RelationshipAttributes

import type { RelationshipAttributes } 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 relationship attributes which include type, source_resource_type, target_resource_type and action.

interface RelationshipAttributes {
action?: string;
sourceResourceType?: string;
targetResourceType?: string;
type?: string;
}

§Properties

§
action?: string
[src]

The detail of the relationship, e.g. contains, attaches

§
sourceResourceType?: string
[src]

The source asset type. Example: compute.googleapis.com/Instance

§
targetResourceType?: string
[src]

The target asset type. Example: compute.googleapis.com/Disk

§
type?: string
[src]

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP