GoogleCloudApihubV1APIMetadata
import type { GoogleCloudApihubV1APIMetadata } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The API metadata.
interface GoogleCloudApihubV1APIMetadata {
api?: GoogleCloudApihubV1Api;
originalCreateTime?: Date;
originalId?: string;
originalUpdateTime?: Date;
versions?: GoogleCloudApihubV1VersionMetadata[];
}§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.
§
versions?: GoogleCloudApihubV1VersionMetadata[]
[src]Optional. The list of versions present in an API resource.