Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

File metadata and controls

20 lines (14 loc) · 359 Bytes

MuxRuby::RealTimeHistogramTimeseriesBucket

Properties

Name Type Description Notes
start Integer [optional]
_end Integer [optional]

Example

require 'mux_ruby'

instance = MuxRuby::RealTimeHistogramTimeseriesBucket.new(
  start: null,
  _end: null
)