Sha256: 98575f4d6ad39867542984c253527651b878542034d726c88d6ed77c56f76c7a

Contents?: true

Size: 599 Bytes

Versions: 8

Compression:

Stored size: 599 Bytes

Contents

# MuxRuby::GetMetricTimeseriesDataResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | **Array<Array<String>>** |  | [optional] |
| **total_row_count** | **Integer** |  | [optional] |
| **timeframe** | **Array<Integer>** |  | [optional] |
| **meta** | [**ListBreakdownValuesResponseMeta**](ListBreakdownValuesResponseMeta.md) |  | [optional] |

## Example

```ruby
require 'mux_ruby'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.19.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.18.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.17.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.15.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.14.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.13.0 docs/GetMetricTimeseriesDataResponse.md
mux_ruby-3.12.0 docs/GetMetricTimeseriesDataResponse.md