Class: DatadogAPIClient::V2::EntityResponseIncludedRelatedOncallEscalationItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityResponseIncludedRelatedOncallEscalationItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb
Overview
Oncall escalation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#email ⇒ Object
Oncall email.
-
#escalation_level ⇒ Object
Oncall level.
-
#name ⇒ Object
Oncall name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb', line 33 def additional_properties @additional_properties end |
#email ⇒ Object
Oncall email.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb', line 25 def email @email end |
#escalation_level ⇒ Object
Oncall level.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb', line 28 def escalation_level @escalation_level end |
#name ⇒ Object
Oncall name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_response_included_related_oncall_escalation_item.rb', line 31 def name @name end |