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

920 B

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