Sha256: c709cb88b38b986ed2d39533f42a8180d6235c8b1b04ce9d6a75780b6cc582e2

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# MuxRuby::DeliveryReport

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **live_stream_id** | **String** | Unique identifier for the live stream that created the asset. | [optional] |
| **asset_id** | **String** | Unique identifier for the asset. | [optional] |
| **passthrough** | **String** | The `passthrough` value for the asset. | [optional] |
| **created_at** | **String** | Time at which the asset was created. Measured in seconds since the Unix epoch. | [optional] |
| **deleted_at** | **String** | If exists, time at which the asset was deleted. Measured in seconds since the Unix epoch. | [optional] |
| **asset_state** | **String** | The state of the asset. | [optional] |
| **asset_duration** | **Float** | The duration of the asset in seconds. | [optional] |
| **delivered_seconds** | **Float** | Total number of delivered seconds during this time window. | [optional] |
| **delivered_seconds_by_resolution** | [**DeliveryReportDeliveredSecondsByResolution**](DeliveryReportDeliveredSecondsByResolution.md) |  | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::DeliveryReport.new(
  live_stream_id: null,
  asset_id: null,
  passthrough: null,
  created_at: null,
  deleted_at: null,
  asset_state: null,
  asset_duration: null,
  delivered_seconds: null,
  delivered_seconds_by_resolution: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mux_ruby-3.9.0 docs/DeliveryReport.md