docs/v2/IncidentTeamUpdateData.md in datadog_api_client-1.4.0 vs docs/v2/IncidentTeamUpdateData.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,15 +1,15 @@
# DatadogAPIClient::V2::IncidentTeamUpdateData
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **attributes** | [**IncidentTeamUpdateAttributes**](IncidentTeamUpdateAttributes.md) | | [optional] |
-| **id** | **String** | The incident team's ID. | [optional] |
-| **relationships** | [**IncidentTeamRelationships**](IncidentTeamRelationships.md) | | [optional] |
-| **type** | [**IncidentTeamType**](IncidentTeamType.md) | | [default to 'teams'] |
+| Name | Type | Description | Notes |
+| ----------------- | ------------------------------------------------------------------- | --------------------------- | ---------------------------- |
+| **attributes** | [**IncidentTeamUpdateAttributes**](IncidentTeamUpdateAttributes.md) | | [optional] |
+| **id** | **String** | The incident team's ID. | [optional] |
+| **relationships** | [**IncidentTeamRelationships**](IncidentTeamRelationships.md) | | [optional] |
+| **type** | [**IncidentTeamType**](IncidentTeamType.md) | | [default to 'teams'] |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -19,6 +19,5 @@
id: 00000000-0000-0000-0000-000000000000,
relationships: null,
type: null
)
```
-