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

GoogleCloudApihubV1APIMetadata

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

The API metadata.

interface GoogleCloudApihubV1APIMetadata {
originalCreateTime?: Date;
originalId?: string;
originalUpdateTime?: Date;
}

§Properties

§

Required. The API resource to be pushed to Hub's collect layer. The ID of the API resource will be generated by Hub to ensure uniqueness across all APIs across systems.

§
originalCreateTime?: Date
[src]

Optional. Timestamp indicating when the API was created at the source.

§
originalId?: string
[src]

Optional. The unique identifier of the API in the system where it was originally created.

§
originalUpdateTime?: Date
[src]

Required. Timestamp indicating when the API was last updated at the source.

§

Optional. The list of versions present in an API resource.