Package Group Restriction Type
data class PackageGroupRestrictionType(val repositories: List<String>? = null, val restrictionMode: PackageGroupRestrictionTypeRestrictionMode)
Constructors
Link copied to clipboard
constructor(repositories: List<String>? = null, restrictionMode: PackageGroupRestrictionTypeRestrictionMode)
Properties
Link copied to clipboard
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
.