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