Class: DatadogAPIClient::V2::FindingCaseResponseDataAttributes

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

Overview

Attributes of the case.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



78
79
80
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 78

def additional_properties
  @additional_properties
end

#archived_atObject

Timestamp of when the case was archived.



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

def archived_at
  @archived_at
end

#assigned_toObject

Relationship to user.



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

def assigned_to
  @assigned_to
end

#attributesObject

Returns the value of attribute attributes.



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

def attributes
  @attributes
end

#closed_atObject

Timestamp of when the case was closed.



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

def closed_at
  @closed_at
end

#created_atObject

Timestamp of when the case was created.



37
38
39
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 37

def created_at
  @created_at
end

#creation_sourceObject

Source of the case creation.



40
41
42
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 40

def creation_source
  @creation_source
end

#descriptionObject

Description of the case.



43
44
45
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 43

def description
  @description
end

#due_dateObject

Due date of the case.



46
47
48
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 46

def due_date
  @due_date
end

#insightsObject

Insights of the case.



49
50
51
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 49

def insights
  @insights
end

#jira_issueObject

Jira issue associated with the case.



52
53
54
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 52

def jira_issue
  @jira_issue
end

#keyObject

Key of the case.



55
56
57
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 55

def key
  @key
end

#modified_atObject

Timestamp of when the case was last modified.



58
59
60
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 58

def modified_at
  @modified_at
end

#priorityObject

Priority of the case.



61
62
63
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 61

def priority
  @priority
end

#statusObject

Status of the case.



64
65
66
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 64

def status
  @status
end

#status_groupObject

Status group of the case.



67
68
69
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 67

def status_group
  @status_group
end

#status_nameObject

Status name of the case.



70
71
72
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 70

def status_name
  @status_name
end

#titleObject

Title of the case.



73
74
75
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 73

def title
  @title
end

#typeObject

Type of the case. For security cases, this is always “SECURITY”.



76
77
78
# File 'lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb', line 76

def type
  @type
end