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

GoogleCloudAssetV1Edge

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

A directional edge.

interface GoogleCloudAssetV1Edge {
sourceNode?: string;
targetNode?: string;
}

§Properties

§
sourceNode?: string
[src]

The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.

§
targetNode?: string
[src]

The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.