docs/v2/IncidentCreateRelationships.md in datadog_api_client-1.4.0 vs docs/v2/IncidentCreateRelationships.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,18 +1,17 @@
# DatadogAPIClient::V2::IncidentCreateRelationships
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **commander** | [**RelationshipToUser**](RelationshipToUser.md) | | |
+| Name | Type | Description | Notes |
+| ------------- | ----------------------------------------------- | ----------- | ----- |
+| **commander** | [**RelationshipToUser**](RelationshipToUser.md) | | |
## Example
```ruby
require 'datadog_api_client/v2'
instance = DatadogAPIClient::V2::IncidentCreateRelationships.new(
commander: null
)
```
-