Class: DatadogAPIClient::V2::IssuesSearchResultAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IssuesSearchResultAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/issues_search_result_attributes.rb
Overview
Object containing the information of a search result.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#impacted_sessions ⇒ Object
Count of sessions impacted by the issue over the queried time window.
-
#impacted_users ⇒ Object
Count of users impacted by the issue over the queried time window.
-
#total_count ⇒ Object
Total count of errors that match the issue over the queried time window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_attributes.rb', line 33 def additional_properties @additional_properties end |
#impacted_sessions ⇒ Object
Count of sessions impacted by the issue over the queried time window.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_attributes.rb', line 25 def impacted_sessions @impacted_sessions end |
#impacted_users ⇒ Object
Count of users impacted by the issue over the queried time window.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_attributes.rb', line 28 def impacted_users @impacted_users end |
#total_count ⇒ Object
Total count of errors that match the issue over the queried time window.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/issues_search_result_attributes.rb', line 31 def total_count @total_count end |