Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

File metadata and controls

22 lines (16 loc) · 557 Bytes

MuxRuby::ListAnnotationsResponse

Properties

Name Type Description Notes
data Array<Annotation> [optional]
total_row_count Integer Total number of annotations available [optional]
timeframe Array<Integer> Start and end unix timestamps for the data range [optional]

Example

require 'mux_ruby'

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