Sha256: 50ced54b55f2858e93f5e3b5845f2d66261341c2ac1589567f6913fcbae3387c

Contents?: true

Size: 488 Bytes

Versions: 21

Compression:

Stored size: 488 Bytes

Contents

# MuxRuby::ListBreakdownValuesResponse

## Properties

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

## Example

```ruby
require 'mux_ruby'

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mux_ruby-2.0.0.pre.rc.1 docs/ListBreakdownValuesResponse.md