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