GetRepositoryCleanupPolicyMostRecentVersion

data class GetRepositoryCleanupPolicyMostRecentVersion(val keepCount: Int, val packageNamePrefixes: List<String>)

Constructors

constructor(keepCount: Int, packageNamePrefixes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Minimum number of versions to keep.

Link copied to clipboard

Match versions by package prefix. Applied on any prefix match.