Class: DatadogAPIClient::V2::CaseNotificationRuleRecipientData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseNotificationRuleRecipientData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb
Overview
Recipient data
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#channel ⇒ Object
Slack channel name.
-
#channel_id ⇒ Object
Slack channel ID.
-
#channel_name ⇒ Object
Microsoft Teams channel name.
-
#connector_name ⇒ Object
Microsoft Teams connector name.
-
#email ⇒ Object
Email address.
-
#name ⇒ Object
HTTP webhook name.
-
#service_name ⇒ Object
PagerDuty service name.
-
#team_id ⇒ Object
Microsoft Teams team ID.
-
#team_name ⇒ Object
Microsoft Teams team name.
-
#tenant_id ⇒ Object
Microsoft Teams tenant ID.
-
#tenant_name ⇒ Object
Microsoft Teams tenant name.
-
#workspace ⇒ Object
Slack workspace name.
-
#workspace_id ⇒ Object
Slack workspace ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 63 def additional_properties @additional_properties end |
#channel ⇒ Object
Slack channel name
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 25 def channel @channel end |
#channel_id ⇒ Object
Slack channel ID
28 29 30 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 28 def channel_id @channel_id end |
#channel_name ⇒ Object
Microsoft Teams channel name
31 32 33 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 31 def channel_name @channel_name end |
#connector_name ⇒ Object
Microsoft Teams connector name
34 35 36 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 34 def connector_name @connector_name end |
#email ⇒ Object
Email address
37 38 39 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 37 def email @email end |
#name ⇒ Object
HTTP webhook name
40 41 42 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 40 def name @name end |
#service_name ⇒ Object
PagerDuty service name
43 44 45 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 43 def service_name @service_name end |
#team_id ⇒ Object
Microsoft Teams team ID
46 47 48 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 46 def team_id @team_id end |
#team_name ⇒ Object
Microsoft Teams team name
49 50 51 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 49 def team_name @team_name end |
#tenant_id ⇒ Object
Microsoft Teams tenant ID
52 53 54 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 52 def tenant_id @tenant_id end |
#tenant_name ⇒ Object
Microsoft Teams tenant name
55 56 57 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 55 def tenant_name @tenant_name end |
#workspace ⇒ Object
Slack workspace name
58 59 60 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 58 def workspace @workspace end |
#workspace_id ⇒ Object
Slack workspace ID
61 62 63 |
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 61 def workspace_id @workspace_id end |