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;
spec?: GoogleCloudApihubV1Spec;
}§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.
§
spec?: GoogleCloudApihubV1Spec
[src]Required. The spec resource to be pushed to Hub's collect layer. The ID of the spec will be generated by Hub.