Sha256: 4bf81dd7289f3c36ddd7b220ff2923a7ee18fb2bc9c6b5413fbc95d6969b8a39

Contents?: true

Size: 480 Bytes

Versions: 21

Compression:

Stored size: 480 Bytes

Contents

# MuxRuby::GetMetricTimeseriesDataResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | **Array<Array<String>>** |  | [optional] |
| **total_row_count** | **Integer** |  | [optional] |
| **timeframe** | **Array<Integer>** |  | [optional] |

## Example

```ruby
require 'mux_ruby'

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mux_ruby-3.11.1 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.11.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.9.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.8.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.7.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.6.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.5.2 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.5.1 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.5.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.4.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.3.1 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.3.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.2.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.1.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.0.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-2.2.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-2.1.1 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-2.1.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-2.0.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-2.0.0.pre.rc.2 docs/GetMetricTimeseriesDataResponse.md