Sha256: 1e627e96407b3772cec21c4b4d6fe86fe1c4f78c24d8946d8ac3e2f4368517bb

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

# DatadogAPIClient::V2::IncidentTeamUpdateAttributes

## Properties

| Name     | Type       | Description                | Notes |
| -------- | ---------- | -------------------------- | ----- |
| **name** | **String** | Name of the incident team. |       |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentTeamUpdateAttributes.new(
  name: team name
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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