docs/RealTimeHistogramTimeseriesBucket.md in mux_ruby-1.9.0 vs docs/RealTimeHistogramTimeseriesBucket.md in mux_ruby-2.0.0.pre.rc.1

- old
+ new

@@ -1,9 +1,20 @@ # MuxRuby::RealTimeHistogramTimeseriesBucket ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**start** | **Integer** | | [optional] -**_end** | **Integer** | | [optional] +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **start** | **Integer** | | [optional] | +| **_end** | **Integer** | | [optional] | + +## Example + +```ruby +require 'mux_ruby' + +instance = MuxRuby::RealTimeHistogramTimeseriesBucket.new( + start: null, + _end: null +) +```