TaskIncludes class

Constructors

TaskIncludes({Input<String?>? filterType, Input<String?>? value})
Creates a new TaskIncludes. filterType The type of filter rule to apply. Valid values: SIMPLE_PATTERN. value A single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2
const
TaskIncludes.fromMap(Map<String, dynamic> map)
factory

Properties

filterType → Input<String?>?
The type of filter rule to apply. Valid values: SIMPLE_PATTERN.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → Input<String?>?
A single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited