Class: DatadogAPIClient::V2::CaseNotificationRuleRecipientData

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

Overview

Recipient data

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#channelObject

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_idObject

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_nameObject

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_nameObject

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

#emailObject

Email address



37
38
39
# File 'lib/datadog_api_client/v2/models/case_notification_rule_recipient_data.rb', line 37

def email
  @email
end

#nameObject

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_nameObject

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_idObject

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_nameObject

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_idObject

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_nameObject

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

#workspaceObject

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_idObject

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