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