Class: DatadogAPIClient::V1::AddSignalToIncidentRequest

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#add_to_signal_timelineObject

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

#incident_idObject

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

#versionObject

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