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