GoogleCloudDatalabelingV1alpha1OutputConfig constructor

GoogleCloudDatalabelingV1alpha1OutputConfig({
  1. GoogleCloudDatalabelingV1alpha1GcsDestination? gcsDestination,
  2. GoogleCloudDatalabelingV1alpha1GcsFolderDestination? gcsFolderDestination,
})

Implementation

GoogleCloudDatalabelingV1alpha1OutputConfig({
  this.gcsDestination,
  this.gcsFolderDestination,
});