Sha256: 9c6e80e739fb6a73fde8a50b0aa23a177ea98bef6057ec87eda3574121f8698a

Contents?: true

Size: 525 Bytes

Versions: 7

Compression:

Stored size: 525 Bytes

Contents

# DatadogAPIClient::V2::IncidentTeamResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**IncidentTeamResponseData**](IncidentTeamResponseData.md) |  |  |
| **included** | [**Array<IncidentTeamIncludedItems>**](IncidentTeamIncludedItems.md) | Included objects from relationships. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentTeamResponse.new(
  data: null,
  included: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.3.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.2.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.1.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.0.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.0.0.beta.3 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.0.0.beta.2 docs/v2/IncidentTeamResponse.md