TestPlanTestPointsSearchApiModel class

Constructors

TestPlanTestPointsSearchApiModel.new({List<String>? testSuiteIds = const [], List<int>? workItemGlobalIds = const [], Int64RangeSelectorModel? workItemMedianDuration, List<TestPointStatus>? statuses = const [], List<String>? statusCodes = const [], List<WorkItemPriorityModel>? priorities = const [], bool? isAutomated, String? name, List<String>? configurationIds = const [], List<String>? testerIds = const [], Int64RangeSelectorModel? duration, List<String>? sectionIds = const [], DateTimeRangeSelectorModel? createdDate, List<String>? createdByIds = const [], DateTimeRangeSelectorModel? modifiedDate, List<String>? modifiedByIds = const [], List<String>? tags = const [], Map<String, Set<String>>? attributes = const {}, DateTimeRangeSelectorModel? workItemCreatedDate, List<String>? workItemCreatedByIds = const [], DateTimeRangeSelectorModel? workItemModifiedDate, List<String>? workItemModifiedByIds = const []})
Returns a new TestPlanTestPointsSearchApiModel instance.

Properties

attributes Map<String, Set<String>>?
Specifies a test point attributes to search for
getter/setter pair
configurationIds List<String>?
Specifies a test point configuration IDs to search for
getter/setter pair
createdByIds List<String>?
Specifies a test point creator IDs to search for
getter/setter pair
createdDate DateTimeRangeSelectorModel?
Specifies a test point range of creation date to search for
getter/setter pair
duration Int64RangeSelectorModel?
Specifies a test point range of duration to search for
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isAutomated bool?
Specifies a test point automation status to search for
getter/setter pair
modifiedByIds List<String>?
Specifies a test point last editor IDs to search for
getter/setter pair
modifiedDate DateTimeRangeSelectorModel?
Specifies a test point range of last modification date to search for
getter/setter pair
name String?
Specifies a test point name to search for
getter/setter pair
priorities List<WorkItemPriorityModel>?
Specifies a test point priorities to search for
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionIds List<String>?
Specifies a test point work item section IDs to search for
getter/setter pair
statusCodes List<String>?
Specifies a test point status codes to search for
getter/setter pair
statuses List<TestPointStatus>?
Specifies a test point statuses to search for
getter/setter pair
tags List<String>?
Specifies a test point tags to search for
getter/setter pair
testerIds List<String>?
Specifies a test point assigned user IDs to search for
getter/setter pair
testSuiteIds List<String>?
Specifies a test point test suite IDs to search for
getter/setter pair
workItemCreatedByIds List<String>?
Specifies a work item creator IDs to search for
getter/setter pair
workItemCreatedDate DateTimeRangeSelectorModel?
Specifies a work item range of creation date to search for
getter/setter pair
workItemGlobalIds List<int>?
Specifies a test point work item global IDs to search for
getter/setter pair
workItemMedianDuration Int64RangeSelectorModel?
Specifies a test point work item median duration range to search for
getter/setter pair
workItemModifiedByIds List<String>?
Specifies a work item last editor IDs to search for
getter/setter pair
workItemModifiedDate DateTimeRangeSelectorModel?
Specifies a work item range of last modification date to search for
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(dynamic value) TestPlanTestPointsSearchApiModel?
Returns a new TestPlanTestPointsSearchApiModel instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<TestPlanTestPointsSearchApiModel>
mapFromJson(dynamic json) Map<String, TestPlanTestPointsSearchApiModel>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<TestPlanTestPointsSearchApiModel>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.