AllowSome

data class AllowSome(val allowedType: List<String>) : BuildFileRestrictionState

Constructors

Link copied to clipboard
constructor(allowedType: List<String>)

Properties

Link copied to clipboard
val allowedType: List<String>