ArchivedIssuesFilterRequest class
Details of a filter for exporting archived issues.
Constructors
-
ArchivedIssuesFilterRequest({List<
String> ? archivedBy, DateRangeFilterRequest? archivedDateRange, List<String> ? issueTypes, List<String> ? projects, List<String> ? reporters}) -
ArchivedIssuesFilterRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
-
archivedBy
→ List<
String> -
List archived issues archived by a specified account ID.
final
- archivedDateRange → DateRangeFilterRequest?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issueTypes
→ List<
String> -
List archived issues with a specified issue type ID.
final
-
projects
→ List<
String> -
List archived issues with a specified project key.
final
-
reporters
→ List<
String> -
List archived issues where the reporter is a specified account ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< String> ? archivedBy, DateRangeFilterRequest? archivedDateRange, List<String> ? issueTypes, List<String> ? projects, List<String> ? reporters}) → ArchivedIssuesFilterRequest -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited