Sha256: fecbbbfaa22e735003508556e4d54bdc6eb8177fa4a9843ea226462857336230
Contents?: true
Size: 693 Bytes
Versions: 7
Compression:
Stored size: 693 Bytes
Contents
# DatadogAPIClient::V2::IncidentUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentUpdateAttributes**](IncidentUpdateAttributes.md) | | [optional] | | **id** | **String** | The team's ID. | | | **relationships** | [**IncidentUpdateRelationships**](IncidentUpdateRelationships.md) | | [optional] | | **type** | [**IncidentType**](IncidentType.md) | | [default to 'incidents'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentUpdateData.new( attributes: null, id: 00000000-0000-0000-0000-000000000000, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems