Sha256: a1f2e4f3ca07267ce4992499ad16bb9013fa988e7d11b74181be4431d1162df9

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 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] |

## 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
)
```

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mux_ruby-3.8.0 docs/DeliveryReport.md
mux_ruby-3.7.0 docs/DeliveryReport.md
mux_ruby-3.6.0 docs/DeliveryReport.md
mux_ruby-3.5.2 docs/DeliveryReport.md
mux_ruby-3.5.1 docs/DeliveryReport.md
mux_ruby-3.5.0 docs/DeliveryReport.md
mux_ruby-3.4.0 docs/DeliveryReport.md
mux_ruby-3.3.1 docs/DeliveryReport.md
mux_ruby-3.3.0 docs/DeliveryReport.md
mux_ruby-3.2.0 docs/DeliveryReport.md
mux_ruby-3.1.0 docs/DeliveryReport.md
mux_ruby-3.0.0 docs/DeliveryReport.md
mux_ruby-2.2.0 docs/DeliveryReport.md
mux_ruby-2.1.1 docs/DeliveryReport.md
mux_ruby-2.1.0 docs/DeliveryReport.md
mux_ruby-2.0.0 docs/DeliveryReport.md
mux_ruby-2.0.0.pre.rc.2 docs/DeliveryReport.md
mux_ruby-2.0.0.pre.rc.1 docs/DeliveryReport.md