920 B
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] |