github.com/muxinc/mux-go@v1.1.1/docs/AssetRecordingTimes.md (about) 1 # AssetRecordingTimes 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **StartedAt** | [**time.Time**](time.Time.md) | The time at which the recording for the live stream started. The time value is Unix epoch time represented in ISO 8601 format. | [optional] 7 **Duration** | **float64** | The duration of the live stream recorded. The time value is in seconds. | [optional] 8 9 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 11