MCPcopy
hub / github.com/IBM/AssetOpsBench / TasksResult

Class TasksResult

src/servers/wo/models.py:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110class TasksResult(BaseModel):
111 parent_wonum: str
112 site_id: str
113 total: int
114 tasks: List[WorkOrderItem]
115 message: str
116
117
118class CostBreakdownEntry(BaseModel):

Callers 1

get_workorder_tasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected