Sha256: 088fb83c52aa427bb3333b6fed457d483057e73aecdf8d68a4454bada6172485
Contents?: true
Size: 818 Bytes
Versions: 7
Compression:
Stored size: 818 Bytes
Contents
# DatadogAPIClient::V2::IncidentServicesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<IncidentServiceResponseData>**](IncidentServiceResponseData.md) | An array of incident services. | | | **included** | [**Array<IncidentServiceIncludedItems>**](IncidentServiceIncludedItems.md) | Included related resources which the user requested. | [optional][readonly] | | **meta** | [**IncidentServicesResponseMeta**](IncidentServicesResponseMeta.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServicesResponse.new( data: [{"id":"00000000-0000-0000-0000-000000000000","type":"services"}], included: null, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems