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

GoogleCloudApihubV1SpecMetadata

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

The metadata associated with a spec of the API version.

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

§Properties

§
originalCreateTime?: Date
[src]

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

§
originalId?: string
[src]

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

§
originalUpdateTime?: Date
[src]

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

§

Required. The spec resource to be pushed to Hub's collect layer. The ID of the spec will be generated by Hub.