Sha256: 0185b2f9e7809325749a096b24af04dc7f7e7cf86f998f2785c7421cb087a257
Contents?: true
Size: 608 Bytes
Versions: 29
Compression:
Stored size: 608 Bytes
Contents
# MuxRuby::ListDeliveryUsageResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<DeliveryReport>**](DeliveryReport.md) | | [optional] | | **total_row_count** | **Integer** | | [optional] | | **timeframe** | **Array<Integer>** | | [optional] | | **limit** | **Integer** | Number of assets returned in this response. Default value is 100. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::ListDeliveryUsageResponse.new( data: null, total_row_count: null, timeframe: null, limit: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems