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