docs/v2/IncidentServiceCreateAttributes.md in datadog_api_client-1.4.0 vs docs/v2/IncidentServiceCreateAttributes.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,18 +1,17 @@ # DatadogAPIClient::V2::IncidentServiceCreateAttributes ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **name** | **String** | Name of the incident service. | | +| Name | Type | Description | Notes | +| -------- | ---------- | ----------------------------- | ----- | +| **name** | **String** | Name of the incident service. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServiceCreateAttributes.new( name: an example service name ) ``` -