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

GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse

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

Results of listing annotation spec set under a project.

interface GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse {
nextPageToken?: string;
}

§Properties

§

The list of annotation spec sets.

§
nextPageToken?: string
[src]

A token to retrieve next page of results.