Files
gitea-rs/crates/gitea-client/docs/ActionTaskResponse.md
2026-03-20 16:24:40 +01:00

13 lines
525 B
Markdown

# ActionTaskResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_count** | Option<**i64**> | TotalCount is the total number of workflow runs | [optional]
**workflow_runs** | Option<[**Vec<models::ActionTask>**](ActionTask.md)> | Entries contains the list of workflow runs | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)