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