Files
2025-09-07 00:21:05 +00:00

13 lines
711 B
Markdown

# StopWatch
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | [**Date**](Date.md) | | [optional]
**duration** | **String** | Duration is a human-readable duration string | [optional]
**issueIndex** | **Long** | IssueIndex is the index number of the associated issue | [optional]
**issueTitle** | **String** | IssueTitle is the title of the associated issue | [optional]
**repoName** | **String** | RepoName is the name of the repository | [optional]
**repoOwnerName** | **String** | RepoOwnerName is the name of the repository owner | [optional]
**seconds** | **Long** | Seconds is the total elapsed time in seconds | [optional]