GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse constructor

GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse({
  1. List<GoogleCloudDatalabelingV1beta1AnnotationSpecSet>? annotationSpecSets,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1ListAnnotationSpecSetsResponse({
  this.annotationSpecSets,
  this.nextPageToken,
});