GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata constructor

GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata({
  1. String? annotatedDataset,
  2. String? createTime,
  3. String? dataset,
  4. List<GoogleRpcStatus>? partialFailures,
})

Implementation

GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata({
  this.annotatedDataset,
  this.createTime,
  this.dataset,
  this.partialFailures,
});