We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0017d1d commit 6c7201eCopy full SHA for 6c7201e
nisystemlink/clients/test_plan/models/_test_plan.py
@@ -38,6 +38,9 @@ class TestPlan(JsonModel):
38
work_order_id: Optional[str] = None
39
"""The identifier of the associated work order."""
40
41
+ work_order_name: Optional[str] = None
42
+ """The name of the associated work order."""
43
+
44
part_number: Optional[str] = None
45
"""The part number associated with the test plan."""
46
@@ -103,6 +106,3 @@ class TestPlan(JsonModel):
103
106
104
107
dashboard_url: Optional[Dict[str, str]] = None
105
108
"""The URLs for dashboards related to the test plan."""
-
- work_order_name: Optional[str] = None
- """The name of the associated work order."""
0 commit comments