DevEndpointCustomLibraries constructor

DevEndpointCustomLibraries({
  1. String? extraJarsS3Path,
  2. String? extraPythonLibsS3Path,
})

Implementation

DevEndpointCustomLibraries({
  this.extraJarsS3Path,
  this.extraPythonLibsS3Path,
});