PatchBaselinePatchFilterGroup

data class PatchBaselinePatchFilterGroup(val patchFilters: List<PatchBaselinePatchFilter>? = null)

The patch filter group that defines the criteria for the rule.

Constructors

Link copied to clipboard
constructor(patchFilters: List<PatchBaselinePatchFilter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of patch filters that make up the group.