Class: DatadogAPIClient::V1::AddSignalToIncidentRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AddSignalToIncidentRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb
Overview
Attributes describing which incident to add the signal to.
Instance Attribute Summary collapse
-
#add_to_signal_timeline ⇒ Object
Whether to post the signal on the incident timeline.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#incident_id ⇒ Object
readonly
Public ID attribute of the incident to which the signal will be added.
-
#version ⇒ Object
Version of the updated signal.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#add_to_signal_timeline ⇒ Object
Whether to post the signal on the incident timeline.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb', line 25 def add_to_signal_timeline @add_to_signal_timeline end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb', line 33 def additional_properties @additional_properties end |
#incident_id ⇒ Object
Public ID attribute of the incident to which the signal will be added.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb', line 28 def incident_id @incident_id end |
#version ⇒ Object
Version of the updated signal. If server side version is higher, update will be rejected.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb', line 31 def version @version end |