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

1.0 KiB

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] [Back to API list] [Back to README]