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

GoogleCloudDatacatalogV1SystemTimestamps

import type { GoogleCloudDatacatalogV1SystemTimestamps } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Timestamps associated with this resource in a particular system.

interface GoogleCloudDatacatalogV1SystemTimestamps {
createTime?: Date;
readonly expireTime?: Date;
updateTime?: Date;
}

§Properties

§
createTime?: Date
[src]

Creation timestamp of the resource within the given system.

§
readonly expireTime?: Date
[src]

Output only. Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

§
updateTime?: Date
[src]

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.