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

GoogleCloudApihubV1VersionMetadata

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

The metadata associated with a version of the API resource.

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

§Properties

§

Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)

§
originalCreateTime?: Date
[src]

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

§
originalId?: string
[src]

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

§
originalUpdateTime?: Date
[src]

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

§

Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.

§

Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.