github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/docs/CovidInfo.md (about)

     1  # CovidInfo
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **State** | **string** | State. | [optional] 
     8  **Case** | **float32** | Number of confirmed cases. | [optional] 
     9  **Death** | **float32** | Number of confirmed deaths. | [optional] 
    10  **Updated** | [**time.Time**](time.Time.md) | Updated time. | [optional] 
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14