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