Class: DatadogAPIClient::V2::IncidentUpdateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentUpdateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_update_attributes.rb
 
Overview
The incident’s attributes for an update request.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #customer_impact_end  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when customers were no longer impacted by the incident.
 - 
  
    
      #customer_impact_scope  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A summary of the impact customers experienced during the incident.
 - 
  
    
      #customer_impact_start  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when customers began being impacted by the incident.
 - 
  
    
      #customer_impacted  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A flag indicating whether the incident caused customer impact.
 - 
  
    
      #detected  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the incident was detected.
 - 
  
    
      #fields  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A condensed view of the user-defined fields for which to update selections.
 - 
  
    
      #notification_handles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Notification handles that will be notified of the incident during update.
 - 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the incident, which summarizes what happened.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      48 49 50  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 48 def additional_properties @additional_properties end  | 
  
#customer_impact_end ⇒ Object
Timestamp when customers were no longer impacted by the incident.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 25 def customer_impact_end @customer_impact_end end  | 
  
#customer_impact_scope ⇒ Object
A summary of the impact customers experienced during the incident.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 28 def customer_impact_scope @customer_impact_scope end  | 
  
#customer_impact_start ⇒ Object
Timestamp when customers began being impacted by the incident.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 31 def customer_impact_start @customer_impact_start end  | 
  
#customer_impacted ⇒ Object
A flag indicating whether the incident caused customer impact.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 34 def customer_impacted @customer_impacted end  | 
  
#detected ⇒ Object
Timestamp when the incident was detected.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 37 def detected @detected end  | 
  
#fields ⇒ Object
A condensed view of the user-defined fields for which to update selections.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 40 def fields @fields end  | 
  
#notification_handles ⇒ Object
Notification handles that will be notified of the incident during update.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 43 def notification_handles @notification_handles end  | 
  
#title ⇒ Object
The title of the incident, which summarizes what happened.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_update_attributes.rb', line 46 def title @title end  |