GoogleCloudApihubV1SourceMetadata
import type { GoogleCloudApihubV1SourceMetadata } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
SourceMetadata represents the metadata for a resource at the source.
interface GoogleCloudApihubV1SourceMetadata {
readonly originalResourceCreateTime?: Date;
readonly originalResourceId?: string;
readonly originalResourceUpdateTime?: Date;
readonly pluginInstanceActionSource?: GoogleCloudApihubV1PluginInstanceActionSource;
readonly sourceType?: "SOURCE_TYPE_UNSPECIFIED" | "PLUGIN";
}§Properties
§
readonly originalResourceCreateTime?: Date
[src]Output only. The time at which the resource was created at the source.
§
readonly originalResourceId?: string
[src]Output only. The unique identifier of the resource at the source.
§
readonly originalResourceUpdateTime?: Date
[src]Output only. The time at which the resource was last updated at the source.
§
readonly pluginInstanceActionSource?: GoogleCloudApihubV1PluginInstanceActionSource
[src]Output only. The source of the resource is a plugin instance action.