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

GoogleCloudApihubV1ExternalApi

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

An external API represents an API being provided by external sources. This can be used to model third-party APIs and can be used to define dependencies.

interface GoogleCloudApihubV1ExternalApi {
attributes?: {};
readonly createTime?: Date;
description?: string;
displayName?: string;
endpoints?: string[];
name?: string;
paths?: string[];
readonly updateTime?: Date;
}

§Properties

§
attributes?: {}
[src]

Optional. The list of user defined attributes associated with the Version resource. The key is the attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}. The value is the attribute values associated with the resource.

§
readonly createTime?: Date
[src]

Output only. Creation timestamp.

§
description?: string
[src]

Optional. Description of the external API. Max length is 2000 characters (Unicode Code Points).

§
displayName?: string
[src]

Required. Display name of the external API. Max length is 63 characters (Unicode Code Points).

§

Optional. Documentation of the external API.

§
endpoints?: string[]
[src]

Optional. List of endpoints on which this API is accessible.

§
name?: string
[src]

Identifier. Format: projects/{project}/locations/{location}/externalApi/{externalApi}.

§
paths?: string[]
[src]

Optional. List of paths served by this API.

§
readonly updateTime?: Date
[src]

Output only. Last update timestamp.