Class: DatadogAPIClient::V2::ListFindingsPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListFindingsPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_findings_page.rb
Overview
Pagination and findings count information.
Instance Attribute Summary collapse
-
#cursor ⇒ Object
The cursor used to paginate requests.
-
#total_filtered_count ⇒ Object
The total count of findings after the filter has been applied.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#cursor ⇒ Object
The cursor used to paginate requests.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/list_findings_page.rb', line 25 def cursor @cursor end |
#total_filtered_count ⇒ Object
The total count of findings after the filter has been applied.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/list_findings_page.rb', line 28 def total_filtered_count @total_filtered_count end |