Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 608 Bytes

File metadata and controls

24 lines (18 loc) · 608 Bytes

MuxRuby::ListDeliveryUsageResponse

Properties

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]

Example

require 'mux_ruby'

instance = MuxRuby::ListDeliveryUsageResponse.new(
  data: null,
  total_row_count: null,
  timeframe: null,
  limit: null
)