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

Version Path
mux_ruby-3.20.0 docs/IncidentResponse.md
mux_ruby-3.19.0 docs/IncidentResponse.md
mux_ruby-3.18.0 docs/IncidentResponse.md
mux_ruby-3.17.0 docs/IncidentResponse.md
mux_ruby-3.15.0 docs/IncidentResponse.md
mux_ruby-3.14.0 docs/IncidentResponse.md
mux_ruby-3.13.0 docs/IncidentResponse.md
mux_ruby-3.12.0 docs/IncidentResponse.md