Sha256: 24d8bd4622902d2f662c822c60f1ef26937d9d2b6726ae294e9736a1cb8e1b75
Contents?: true
Size: 756 Bytes
Versions: 7
Compression:
Stored size: 756 Bytes
Contents
# DatadogAPIClient::V2::IncidentServiceResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**IncidentServiceResponseAttributes**](IncidentServiceResponseAttributes.md) | | [optional] | | **id** | **String** | The incident service's ID. | | | **relationships** | [**IncidentServiceRelationships**](IncidentServiceRelationships.md) | | [optional] | | **type** | [**IncidentServiceType**](IncidentServiceType.md) | | [default to 'services'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServiceResponseData.new( attributes: null, id: 00000000-0000-0000-0000-000000000000, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems