| Name | Type | Description | Notes |
|---|---|---|---|
| data | Array<DeliveryReport> | [optional] | |
| total_row_count | Integer | [optional] | |
| timeframe | Array<Integer> | [optional] | |
| limit | Integer | Number of assets returned in this response. Default value is 100. | [optional] |
require 'mux_ruby'
instance = MuxRuby::ListDeliveryUsageResponse.new(
data: null,
total_row_count: null,
timeframe: null,
limit: null
)