TaskIncludes

data class TaskIncludes(val filterType: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(filterType: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filterType: String? = null

The type of filter rule to apply. Valid values: SIMPLE_PATTERN.

Link copied to clipboard
val value: String? = null

A single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2