GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime constructor

GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime({
  1. String? imageVersion,
  2. List<String>? javaLibraries,
  3. Map<String, String>? properties,
  4. List<String>? pythonPackages,
})

Implementation

GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime({
  this.imageVersion,
  this.javaLibraries,
  this.properties,
  this.pythonPackages,
});