Class: DatadogAPIClient::V2::IntegrationIncident
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IntegrationIncident
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/integration_incident.rb
Overview
Incident integration settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auto_escalation_query ⇒ Object
Query for auto-escalation.
-
#default_incident_commander ⇒ Object
Default incident commander.
-
#enabled ⇒ Object
Whether incident integration is enabled.
-
#field_mappings ⇒ Object
Returns the value of attribute field_mappings.
-
#incident_type ⇒ Object
Incident type.
-
#severity_config ⇒ Object
Returns the value of attribute severity_config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 42 def additional_properties @additional_properties end |
#auto_escalation_query ⇒ Object
Query for auto-escalation
25 26 27 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 25 def auto_escalation_query @auto_escalation_query end |
#default_incident_commander ⇒ Object
Default incident commander
28 29 30 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 28 def default_incident_commander @default_incident_commander end |
#enabled ⇒ Object
Whether incident integration is enabled
31 32 33 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 31 def enabled @enabled end |
#field_mappings ⇒ Object
Returns the value of attribute field_mappings.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 34 def field_mappings @field_mappings end |
#incident_type ⇒ Object
Incident type
37 38 39 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 37 def incident_type @incident_type end |
#severity_config ⇒ Object
Returns the value of attribute severity_config.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/integration_incident.rb', line 40 def severity_config @severity_config end |