Class: DatadogAPIClient::V2::IncidentTodoResponseData

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

Overview

Incident todo response data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Incident todo's attributes.



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

def attributes
  @attributes
end

#idObject

The incident todo's ID.



28
29
30
# File 'lib/datadog_api_client/v2/models/incident_todo_response_data.rb', line 28

def id
  @id
end

#relationshipsObject

The incident's relationships from a response.



31
32
33
# File 'lib/datadog_api_client/v2/models/incident_todo_response_data.rb', line 31

def relationships
  @relationships
end

#typeObject

Todo resource type.



34
35
36
# File 'lib/datadog_api_client/v2/models/incident_todo_response_data.rb', line 34

def type
  @type
end