Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 607 Bytes

File metadata and controls

24 lines (18 loc) · 607 Bytes

MuxRuby::ListBreakdownValuesResponse

Properties

Name Type Description Notes
data Array<BreakdownValue> [optional]
total_row_count Integer [optional]
timeframe Array<Integer> [optional]
meta ListBreakdownValuesResponseMeta [optional]

Example

require 'mux_ruby'

instance = MuxRuby::ListBreakdownValuesResponse.new(
  data: null,
  total_row_count: null,
  timeframe: null,
  meta: null
)