Sha256: cb4d7b8ba8086514d7ae7b4d33bb17ddeae984222d040d87a3feff210373900b
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 Bytes
Contents
# DatadogAPIClient::V2::IncidentServiceCreateRequest ## Properties | Name | Type | Description | Notes | | -------- | ------------------------------------------------------------- | ----------- | ----- | | **data** | [**IncidentServiceCreateData**](IncidentServiceCreateData.md) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServiceCreateRequest.new( data: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentServiceCreateRequest.md |
datadog_api_client-1.5.0 | docs/v2/IncidentServiceCreateRequest.md |