Sha256: f645b89519a2a119f2e227ffb7a07a2ac68ed12aaead03b8a60f8d056c1bb970

Contents?: true

Size: 463 Bytes

Versions: 6

Compression:

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

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.3.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.2.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.1.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.0.0 docs/v1/SlackIntegrationChannel.md
datadog_api_client-1.0.0.beta.3 docs/v1/SlackIntegrationChannel.md