Class: DatadogAPIClient::V2::IncidentTodoAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentTodoAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_todo_attributes.rb
 
Overview
Incident todo’s attributes.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #assignees  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Array of todo assignees.
 - 
  
    
      #completed  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the todo was completed.
 - 
  
    
      #content  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The follow-up task’s content.
 - 
  
    
      #created  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the incident todo was created.
 - 
  
    
      #due_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the todo should be completed by.
 - 
  
    
      #incident_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
UUID of the incident this todo is connected to.
 - 
  
    
      #modified  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the incident todo was last modified.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      45 46 47  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 45 def additional_properties @additional_properties end  | 
  
#assignees ⇒ Object
Array of todo assignees.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 25 def assignees @assignees end  | 
  
#completed ⇒ Object
Timestamp when the todo was completed.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 28 def completed @completed end  | 
  
#content ⇒ Object
The follow-up task’s content.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 31 def content @content end  | 
  
#created ⇒ Object
Timestamp when the incident todo was created.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 34 def created @created end  | 
  
#due_date ⇒ Object
Timestamp when the todo should be completed by.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 37 def due_date @due_date end  | 
  
#incident_id ⇒ Object
UUID of the incident this todo is connected to.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 40 def incident_id @incident_id end  | 
  
#modified ⇒ Object
Timestamp when the incident todo was last modified.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 43 def modified @modified end  |