feat: add rustls
This commit is contained in:
20
crates/gitea-client/docs/ActionWorkflow.md
Normal file
20
crates/gitea-client/docs/ActionWorkflow.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# ActionWorkflow
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**badge_url** | Option<**String**> | BadgeURL is the URL for the workflow badge | [optional]
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**deleted_at** | Option<**String**> | | [optional]
|
||||
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the workflow | [optional]
|
||||
**id** | Option<**String**> | ID is the unique identifier for the workflow | [optional]
|
||||
**name** | Option<**String**> | Name is the name of the workflow | [optional]
|
||||
**path** | Option<**String**> | Path is the file path of the workflow | [optional]
|
||||
**state** | Option<**String**> | State indicates if the workflow is active or disabled | [optional]
|
||||
**updated_at** | Option<**String**> | | [optional]
|
||||
**url** | Option<**String**> | URL is the API URL for this 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