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

ResourcePathComponent

import type { ResourcePathComponent } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes the resource path.

interface ResourcePathComponent {
Id?: string | null;
Name?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the resource path.

§
Name?: string | null
[src]

The name of the resource path.