Sha256: 0c96ebf08dfc357c549d42fe29f84663e03cd3e2438473701f4479282e8440b2

Contents?: true

Size: 772 Bytes

Versions: 4

Compression:

Stored size: 772 Bytes

Contents

# Plaid::HealthIncident

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start_date** | **String** | The start date of the incident, in ISO 8601 format, e.g. `\"2020-10-30T15:26:48Z\"`. | [optional] |
| **end_date** | **String** | The end date of the incident, in ISO 8601 format, e.g. `\"2020-10-30T15:26:48Z\"`. | [optional] |
| **title** | **String** | The title of the incident | [optional] |
| **incident_updates** | [**Array<IncidentUpdate>**](IncidentUpdate.md) | Updates on the health incident. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::HealthIncident.new(
  start_date: null,
  end_date: null,
  title: null,
  incident_updates: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/HealthIncident.md
plaid-14.0.0.beta.3 docs/HealthIncident.md
plaid-14.0.0.beta.2 docs/HealthIncident.md
plaid-14.0.0.beta.1 docs/HealthIncident.md