# TheJiraCloudPlatformRestApi.TimeTrackingDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**originalEstimate** | **String** | The original estimate of time needed for this issue in readable format. | [optional] 
**originalEstimateSeconds** | **Number** | The original estimate of time needed for this issue in seconds. | [optional] 
**remainingEstimate** | **String** | The remaining estimate of time needed for this issue in readable format. | [optional] 
**remainingEstimateSeconds** | **Number** | The remaining estimate of time needed for this issue in seconds. | [optional] 
**timeSpent** | **String** | Time worked on this issue in readable format. | [optional] 
**timeSpentSeconds** | **Number** | Time worked on this issue in seconds. | [optional] 
