Sha256: 78801f917ae446fd5300897e295d91a445679fde9367ec85ada421172234fbda
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
# Plaid::IncidentUpdate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | The content of the update. | [optional] | | **status** | **String** | The status of the incident. | [optional] | | **updated_date** | **String** | The date when the update was published, in ISO 8601 format, e.g. `\"2020-10-30T15:26:48Z\"`. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::IncidentUpdate.new( description: null, status: null, updated_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/IncidentUpdate.md |
plaid-14.0.0.beta.3 | docs/IncidentUpdate.md |
plaid-14.0.0.beta.2 | docs/IncidentUpdate.md |
plaid-14.0.0.beta.1 | docs/IncidentUpdate.md |