feat: add rustls
This commit is contained in:
23
crates/gitea-client/docs/ActionTask.md
Normal file
23
crates/gitea-client/docs/ActionTask.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# ActionTask
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**display_title** | Option<**String**> | DisplayTitle is the display title for the workflow run | [optional]
|
||||
**event** | Option<**String**> | Event is the type of event that triggered the workflow | [optional]
|
||||
**head_branch** | Option<**String**> | HeadBranch is the branch that triggered the workflow | [optional]
|
||||
**head_sha** | Option<**String**> | HeadSHA is the commit SHA that triggered the workflow | [optional]
|
||||
**id** | Option<**i64**> | ID is the unique identifier for the action task | [optional]
|
||||
**name** | Option<**String**> | Name is the name of the workflow | [optional]
|
||||
**run_number** | Option<**i64**> | RunNumber is the sequential number of the workflow run | [optional]
|
||||
**run_started_at** | Option<**String**> | | [optional]
|
||||
**status** | Option<**String**> | Status indicates the current status of the workflow run | [optional]
|
||||
**updated_at** | Option<**String**> | | [optional]
|
||||
**url** | Option<**String**> | URL is the API URL for this workflow run | [optional]
|
||||
**workflow_id** | Option<**String**> | WorkflowID is the identifier of the workflow | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user