GoogleCloudDatalabelingV1p2alpha1OutputConfig constructor

GoogleCloudDatalabelingV1p2alpha1OutputConfig({
  1. GoogleCloudDatalabelingV1p2alpha1GcsDestination? gcsDestination,
  2. GoogleCloudDatalabelingV1p2alpha1GcsFolderDestination? gcsFolderDestination,
})

Implementation

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