GoogleCloudDatalabelingV1beta1ListDatasetsResponse constructor

GoogleCloudDatalabelingV1beta1ListDatasetsResponse({
  1. List<GoogleCloudDatalabelingV1beta1Dataset>? datasets,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1ListDatasetsResponse({
  this.datasets,
  this.nextPageToken,
});