| 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] |
require 'mux_ruby'
instance = MuxRuby::ListAnnotationsResponse.new(
data: null,
total_row_count: null,
timeframe: null
)