Class: DatadogAPIClient::V2::IssueAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IssueAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error_message ⇒ Object
Error message associated with the issue.
-
#error_type ⇒ Object
Type of the error that matches the issue.
-
#file_path ⇒ Object
Path of the file where the issue occurred.
-
#first_seen ⇒ Object
Timestamp of the first seen error in milliseconds since the Unix epoch.
-
#first_seen_version ⇒ Object
The application version (for example, git commit hash) where the issue was first observed.
-
#function_name ⇒ Object
Name of the function where the issue occurred.
-
#is_crash ⇒ Object
Error is a crash.
-
#languages ⇒ Object
Array of programming languages associated with the issue.
-
#last_seen ⇒ Object
Timestamp of the last seen error in milliseconds since the Unix epoch.
-
#last_seen_version ⇒ Object
The application version (for example, git commit hash) where the issue was last observed.
-
#platform ⇒ Object
Platform associated with the issue.
-
#service ⇒ Object
Service name.
-
#state ⇒ Object
State of the issue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_message ⇒ Object
Error message associated with the issue.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/issue_attributes.rb', line 25 def @error_message end |
#error_type ⇒ Object
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_path ⇒ Object
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_seen ⇒ Object
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_version ⇒ Object
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_name ⇒ Object
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_crash ⇒ Object
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 |
#languages ⇒ Object
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_seen ⇒ Object
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_version ⇒ Object
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 |
#platform ⇒ Object
Platform associated with the issue.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/issue_attributes.rb', line 55 def platform @platform end |
#service ⇒ Object
Service name.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/issue_attributes.rb', line 58 def service @service end |
#state ⇒ Object
State of the issue
61 62 63 |
# File 'lib/datadog_api_client/v2/models/issue_attributes.rb', line 61 def state @state end |