docs/v2/IncidentTeamRelationships.md in datadog_api_client-1.4.0 vs docs/v2/IncidentTeamRelationships.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V2::IncidentTeamRelationships
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **created_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] |
-| **last_modified_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] |
+| Name | Type | Description | Notes |
+| -------------------- | ----------------------------------------------- | ----------- | ---------- |
+| **created_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] |
+| **last_modified_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V2::IncidentTeamRelationships.new(
created_by: null,
last_modified_by: null
)
```
-