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

PathSegment

import type { PathSegment } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

Specifies the segment in a path to retrieve value from Struct.

interface PathSegment {
key?: string;
}

§Properties

§
key?: string
[src]

If specified, use the key to retrieve the value in a Struct.