Sha256: 128af6f4e9158ead63e7f4baf66e384700bac2de731e6f8443f4f311180f0380
Contents?: true
Size: 709 Bytes
Versions: 7
Compression:
Stored size: 709 Bytes
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
7 entries across 7 versions & 1 rubygems