Class: DatadogAPIClient::V2::IssueAttributes

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

Overview

Object containing the information of an issue.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



63
64
65
# File 'lib/datadog_api_client/v2/models/issue_attributes.rb', line 63

def additional_properties
  @additional_properties
end

#error_messageObject

Error message associated with the issue.



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

def error_message
  @error_message
end

#error_typeObject

Type of the error that matches the issue.



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

def error_type
  @error_type
end

#file_pathObject

Path of the file where the issue occurred.



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

def file_path
  @file_path
end

#first_seenObject

Timestamp of the first seen error in milliseconds since the Unix epoch.



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

def first_seen
  @first_seen
end

#first_seen_versionObject

The application version (for example, git commit hash) where the issue was first observed.



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

def first_seen_version
  @first_seen_version
end

#function_nameObject

Name of the function where the issue occurred.



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

def function_name
  @function_name
end

#is_crashObject

Error is a crash.



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

def is_crash
  @is_crash
end

#languagesObject

Array of programming languages associated with the issue.



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

def languages
  @languages
end

#last_seenObject

Timestamp of the last seen error in milliseconds since the Unix epoch.



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

def last_seen
  @last_seen
end

#last_seen_versionObject

The application version (for example, git commit hash) where the issue was last observed.



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

def last_seen_version
  @last_seen_version
end

#platformObject

Platform associated with the issue.



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

def platform
  @platform
end

#serviceObject

Service name.



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

def service
  @service
end

#stateObject

State of the issue



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

def state
  @state
end