Sha256: c517773cfdbf2fc0da90ae3eb177765aad8d15841067dd34fc496ac8e04e96b8
Contents?: true
Size: 476 Bytes
Versions: 29
Compression:
Stored size: 476 Bytes
Contents
# MuxRuby::ListFilterValuesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<FilterValue>**](FilterValue.md) | | [optional] | | **total_row_count** | **Integer** | | [optional] | | **timeframe** | **Array<Integer>** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::ListFilterValuesResponse.new( data: null, total_row_count: null, timeframe: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems