github.com/muxinc/mux-go@v1.1.1/docs/DeliveryReport.md (about) 1 # DeliveryReport 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **LiveStreamId** | **string** | Unique identifier for the live stream that created the asset. | [optional] 7 **AssetId** | **string** | Unique identifier for the asset. | [optional] 8 **Passthrough** | **string** | The `passthrough` value for the asset. | [optional] 9 **CreatedAt** | **string** | Time at which the asset was created. Measured in seconds since the Unix epoch. | [optional] 10 **DeletedAt** | **string** | If exists, time at which the asset was deleted. Measured in seconds since the Unix epoch. | [optional] 11 **AssetState** | **string** | The state of the asset. | [optional] 12 **AssetDuration** | **float64** | The duration of the asset in seconds. | [optional] 13 **DeliveredSeconds** | **float64** | Total number of delivered seconds during this time window. | [optional] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17