Sha256: 63be141f1f5e8d88dd3ce326b9d46f13a10ee0a48e51f8512a194752f15c48d3

Contents?: true

Size: 835 Bytes

Versions: 2

Compression:

Stored size: 835 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/IncidentTeamResponse.md
datadog_api_client-1.5.0 docs/v2/IncidentTeamResponse.md