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

GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata

import type { GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";
interface GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata {
createTime?: Date;
lastUpdateTime?: Date;
status?: "FEEDBACK_THREAD_STATUS_UNSPECIFIED" | "NEW" | "REPLIED";
thumbnail?: Uint8Array;
}

§Properties

§
createTime?: Date
[src]

When the thread is created

§
lastUpdateTime?: Date
[src]

When the thread is last updated.

§
status?: "FEEDBACK_THREAD_STATUS_UNSPECIFIED" | "NEW" | "REPLIED"
[src]
§
thumbnail?: Uint8Array
[src]

An image thumbnail of this thread.