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

GoogleCloudDatalabelingV1beta1ImportDataRequest

import type { GoogleCloudDatalabelingV1beta1ImportDataRequest } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Request message for ImportData API.

interface GoogleCloudDatalabelingV1beta1ImportDataRequest {
userEmailAddress?: string;
}

§Properties

§

Required. Specify the input source of the data.

§
userEmailAddress?: string
[src]

Email of the user who started the import task and should be notified by email. If empty no notification will be sent.