Class: DatadogAPIClient::V2::ListFindingsPage

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

Overview

Pagination and findings count information.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cursorObject

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_countObject

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