GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository constructor

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository({
  1. String? repositoryBase,
  2. String? repositoryPath,
})

Implementation

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository({
  this.repositoryBase,
  this.repositoryPath,
});