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 {
deployments?: GoogleCloudApihubV1DeploymentMetadata[];
originalCreateTime?: Date;
originalId?: string;
originalUpdateTime?: Date;
specs?: GoogleCloudApihubV1SpecMetadata[];
version?: GoogleCloudApihubV1Version;
}§Properties
§
deployments?: GoogleCloudApihubV1DeploymentMetadata[]
[src]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.
§
specs?: GoogleCloudApihubV1SpecMetadata[]
[src]Optional. The specs associated with this version. Note that an API version can be associated with multiple specs.
§
version?: GoogleCloudApihubV1Version
[src]Required. Represents a version of the API resource in API hub. The ID of the version will be generated by Hub.