GoogleCloudDatalabelingV1beta1ListExamplesResponse constructor
GoogleCloudDatalabelingV1beta1ListExamplesResponse({
- List<
GoogleCloudDatalabelingV1beta1Example> ? examples, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1ListExamplesResponse({
this.examples,
this.nextPageToken,
});