Class: DatadogAPIClient::V2::IncidentTodoAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/incident_todo_attributes.rb

Overview

Incident todo's attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#assigneesObject

Array of todo assignees.



25
26
27
# File 'lib/datadog_api_client/v2/models/incident_todo_attributes.rb', line 25

def assignees
  @assignees
end

#completedObject

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

#contentObject

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

#createdObject

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_dateObject

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_idObject

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

#modifiedObject

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