DataprocParameters constructor

DataprocParameters({
  1. String? cluster,
})

Implementation

DataprocParameters({
  this.cluster,
});