Class: DatadogAPIClient::V2::SlackIntegrationMetadataChannelItem

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb

Overview

Item in the Slack integration metadata channel array.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#channel_idObject

Slack channel ID.



25
26
27
# File 'lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb', line 25

def channel_id
  @channel_id
end

#channel_nameObject

Name of the Slack channel.



28
29
30
# File 'lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb', line 28

def channel_name
  @channel_name
end

#redirect_urlObject

URL redirecting to the Slack channel.



31
32
33
# File 'lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb', line 31

def redirect_url
  @redirect_url
end

#team_idObject

Slack team ID.



34
35
36
# File 'lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb', line 34

def team_id
  @team_id
end