Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 488 Bytes

File metadata and controls

22 lines (16 loc) · 488 Bytes

MuxRuby::ListDimensionValuesResponse

Properties

Name Type Description Notes
data Array<DimensionValue> [optional]
total_row_count Integer [optional]
timeframe Array<Integer> [optional]

Example

require 'mux_ruby'

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