GoogleCloudDatapipelinesV1DataflowJobDetails constructor

GoogleCloudDatapipelinesV1DataflowJobDetails({
  1. int? currentWorkers,
  2. Map<String, double>? resourceInfo,
  3. GoogleCloudDatapipelinesV1SdkVersion? sdkVersion,
})

Implementation

GoogleCloudDatapipelinesV1DataflowJobDetails({
  this.currentWorkers,
  this.resourceInfo,
  this.sdkVersion,
});