GoogleCloudDatalabelingV1beta1ListExamplesResponse constructor

GoogleCloudDatalabelingV1beta1ListExamplesResponse({
  1. List<GoogleCloudDatalabelingV1beta1Example>? examples,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1ListExamplesResponse({
  this.examples,
  this.nextPageToken,
});