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

18 lines
920 B
Markdown

# StopWatch
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | Option<**String**> | | [optional]
**duration** | Option<**String**> | Duration is a human-readable duration string | [optional]
**issue_index** | Option<**i64**> | IssueIndex is the index number of the associated issue | [optional]
**issue_title** | Option<**String**> | IssueTitle is the title of the associated issue | [optional]
**repo_name** | Option<**String**> | RepoName is the name of the repository | [optional]
**repo_owner_name** | Option<**String**> | RepoOwnerName is the name of the repository owner | [optional]
**seconds** | Option<**i64**> | Seconds is the total elapsed time in seconds | [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)