Class: DatadogAPIClient::V2::SlackIntegrationMetadataChannelItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SlackIntegrationMetadataChannelItem
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#channel_id ⇒ Object
readonly
Slack channel ID.
-
#channel_name ⇒ Object
readonly
Name of the Slack channel.
-
#redirect_url ⇒ Object
readonly
URL redirecting to the Slack channel.
-
#team_id ⇒ Object
Slack team ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb', line 36 def additional_properties @additional_properties end |
#channel_id ⇒ Object
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_name ⇒ Object
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_url ⇒ Object
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_id ⇒ Object
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 |