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

GoogleCloudApihubV1Path

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

The path details derived from the spec.

interface GoogleCloudApihubV1Path {
description?: string;
path?: string;
}

§Properties

§
description?: string
[src]

Optional. A short description for the path applicable to all operations.

§
path?: string
[src]

Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.