CreateTestRunAndFillByWorkItemsApiModel class
Constructors
-
CreateTestRunAndFillByWorkItemsApiModel.new({required String projectId, required String testPlanId, List<
String> configurationIds = const [], List<String> workItemIds = const [], String? name, String? description, String? launchSource, List<AssignAttachmentApiModel> ? attachments = const [], List<CreateLinkApiModel> ? links = const []}) - Returns a new CreateTestRunAndFillByWorkItemsApiModel instance.
Properties
-
attachments
↔ List<
AssignAttachmentApiModel> ? -
Collection of attachment ids to relate to the test run
getter/setter pair
-
configurationIds
↔ List<
String> -
Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs.
getter/setter pair
- description ↔ String?
-
Specifies the test run description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- launchSource ↔ String?
-
Specifies the test run launch source.
getter/setter pair
-
links
↔ List<
CreateLinkApiModel> ? -
Collection of links to relate to the test run
getter/setter pair
- name ↔ String?
-
Specifies the name of the test run.
getter/setter pair
- projectId ↔ String
-
Specifies the GUID of the project, in which a test run will be created.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testPlanId ↔ String
-
Specifies the GUID of the test plan, within which the test run will be created.
getter/setter pair
-
workItemIds
↔ List<
String> -
Specifies the work item GUIDs, from which test points are created. You can specify several GUIDs.
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) → CreateTestRunAndFillByWorkItemsApiModel? -
Returns a new CreateTestRunAndFillByWorkItemsApiModel instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< CreateTestRunAndFillByWorkItemsApiModel> -
mapFromJson(
dynamic json) → Map< String, CreateTestRunAndFillByWorkItemsApiModel> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< CreateTestRunAndFillByWorkItemsApiModel> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.