PackageGroupRestrictionType

data class PackageGroupRestrictionType(val repositories: List<String>? = null, val restrictionMode: PackageGroupRestrictionTypeRestrictionMode)

Constructors

Link copied to clipboard
constructor(repositories: List<String>? = null, restrictionMode: PackageGroupRestrictionTypeRestrictionMode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val repositories: List<String>? = null

The repositories to add to the allowed repositories list. The allowed repositories list is used when the RestrictionMode is set to ALLOW_SPECIFIC_REPOSITORIES .

Link copied to clipboard

The package group origin restriction setting. When the value is INHERIT , the value is set to the value of the first parent package group which does not have a value of INHERIT .