Sha256: e187f67664b50f59bc4b13d8e87fe07ba93ed6f96e21557e47c8b631dd4193f7

Contents?: true

Size: 926 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

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