Sha256: f45be192379160a084e55efe9d71942f774f76bec65c6eadf1eb3d046d070193

Contents?: true

Size: 716 Bytes

Versions: 2

Compression:

Stored size: 716 Bytes

Contents

# DatadogAPIClient::V1::SlackIntegrationChannel

## Properties

| Name        | Type                                                                    | Description        | Notes      |
| ----------- | ----------------------------------------------------------------------- | ------------------ | ---------- |
| **display** | [**SlackIntegrationChannelDisplay**](SlackIntegrationChannelDisplay.md) |                    | [optional] |
| **name**    | **String**                                                              | Your channel name. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SlackIntegrationChannel.new(
  display: null,
  name: #general
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.5.0 docs/v1/SlackIntegrationChannel.md