GoogleCloudApihubV1DeploymentMetadata
import type { GoogleCloudApihubV1DeploymentMetadata } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The metadata associated with a deployment.
interface GoogleCloudApihubV1DeploymentMetadata {
deployment?: GoogleCloudApihubV1Deployment;
originalCreateTime?: Date;
originalId?: string;
originalUpdateTime?: Date;
}§Properties
§
deployment?: GoogleCloudApihubV1Deployment
[src]Required. The deployment resource to be pushed to Hub's collect layer. The ID of the deployment will be generated by Hub.
§
originalCreateTime?: Date
[src]Optional. Timestamp indicating when the deployment was created at the source.