StackFiltersPropertiesStackNamesProperties

data class StackFiltersPropertiesStackNamesProperties(val exclude: List<String>? = null, val include: List<String>? = null)

List of stack names as filters

Constructors

constructor(exclude: List<String>? = null, include: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of stack names that the hook is going to be excluded from

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

List of stack names that the hook is going to target