Distribution Trusted Key Group
data class DistributionTrustedKeyGroup(val enabled: Boolean? = null, val items: List<DistributionTrustedKeyGroupItem>? = null)
Constructors
Link copied to clipboard
fun DistributionTrustedKeyGroup(enabled: Boolean? = null, items: List<DistributionTrustedKeyGroupItem>? = null)