GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse constructor
GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse({
- List<
GoogleCloudDatalabelingV1beta1AnnotationSpecSet> ? annotationSpecSets, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse({
this.annotationSpecSets,
this.nextPageToken,
});