AssignmentDynamicScopeFilterTag

data class AssignmentDynamicScopeFilterTag(val tag: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(tag: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tag: String

Specifies the tag to filter by.

Link copied to clipboard

Specifies a list of values the defined tag can have.