GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime constructor

GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime({
  1. String? image,
  2. List<String>? javaJars,
  3. Map<String, String>? properties,
  4. List<String>? pythonPackages,
})

Implementation

GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime({
  this.image,
  this.javaJars,
  this.properties,
  this.pythonPackages,
});