Sha256: fab78b8ce656bf28442d7d9ca45460911a530ea2caedbcab3e3fe6cf9f8e161c

Contents?: true

Size: 765 Bytes

Versions: 6

Compression:

Stored size: 765 Bytes

Contents

# DatadogAPIClient::V1::SlackIntegrationChannelDisplay

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **message** | **Boolean** | Show the main body of the alert event. | [optional][default to true] |
| **notified** | **Boolean** | Show the list of @-handles in the alert event. | [optional][default to true] |
| **snapshot** | **Boolean** | Show the alert event's snapshot image. | [optional][default to true] |
| **tags** | **Boolean** | Show the scopes on which the monitor alerted. | [optional][default to true] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SlackIntegrationChannelDisplay.new(
  message: null,
  notified: null,
  snapshot: null,
  tags: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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