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

GoogleCloudDatacatalogV1PersonalDetails

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

Entry metadata relevant only to the user and private to them.

interface GoogleCloudDatacatalogV1PersonalDetails {
starred?: boolean;
starTime?: Date;
}

§Properties

§
starred?: boolean
[src]

True if the entry is starred by the user; false otherwise.

§
starTime?: Date
[src]

Set if the entry is starred; unset otherwise.