Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
readonly sourceType?: "SOURCE_TYPE_UNSPECIFIED" | "PLUGIN"
[src]

Output only. The type of the source.