Sha256: df208eaa8259f5738c6db0dac2103ff7f121750e52688d3d51f1b430775f9aa8
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# DatadogAPIClient::V2::IncidentResponseData ## Properties | Name | Type | Description | Notes | | ----------------- | --------------------------------------------------------------------- | ---------------------- | -------------------------------- | | **attributes** | [**IncidentResponseAttributes**](IncidentResponseAttributes.md) | | [optional] | | **id** | **String** | The incident's ID. | | | **relationships** | [**IncidentResponseRelationships**](IncidentResponseRelationships.md) | | [optional] | | **type** | [**IncidentType**](IncidentType.md) | | [default to 'incidents'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentResponseData.new( attributes: null, id: 00000000-0000-0000-0000-000000000000, relationships: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentResponseData.md |
datadog_api_client-1.5.0 | docs/v2/IncidentResponseData.md |