RepositoryCleanupPolicyMostRecentVersions

data class RepositoryCleanupPolicyMostRecentVersions(val keepCount: Int? = null, val packageNamePrefixes: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keepCount: Int? = null
Link copied to clipboard