RemoteRepositoryConfig constructor

RemoteRepositoryConfig({
  1. AptRepository? aptRepository,
  2. String? description,
  3. bool? disableUpstreamValidation,
  4. DockerRepository? dockerRepository,
  5. MavenRepository? mavenRepository,
  6. NpmRepository? npmRepository,
  7. PythonRepository? pythonRepository,
  8. UpstreamCredentials? upstreamCredentials,
  9. YumRepository? yumRepository,
})

Implementation

RemoteRepositoryConfig({
  this.aptRepository,
  this.description,
  this.disableUpstreamValidation,
  this.dockerRepository,
  this.mavenRepository,
  this.npmRepository,
  this.pythonRepository,
  this.upstreamCredentials,
  this.yumRepository,
});