You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/JobStep.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
**exit_code** | **int** | Unix exit code for this job step | [optional]
16
16
**start** | **datetime** | Time this job step started running | [optional]
17
17
**end** | **datetime** | Time this job step finished running | [optional]
18
-
**wallclock** | **str** | |
18
+
**wallclock** | **str** | | [optional][readonly]
19
19
20
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/JobStepDetails.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**exit_code** | **int** | Unix exit code for this job step | [optional]
17
17
**start** | **datetime** | Time this job step started running | [optional]
18
18
**end** | **datetime** | Time this job step finished running | [optional]
19
-
**wallclock** | **str** | |
19
+
**wallclock** | **str** | | [optional][readonly]
20
20
**logs** | [**JobLog**](JobLog.md) | | [optional]
21
21
22
22
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments