Class: DatadogAPIClient::V2::SecurityEntityRiskScoresMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityEntityRiskScoresMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb
Overview
Metadata for pagination
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#page_number ⇒ Object
readonly
Current page number (1-indexed).
-
#page_size ⇒ Object
readonly
Number of items per page.
-
#query_id ⇒ Object
readonly
Query ID for pagination consistency.
-
#total_row_count ⇒ Object
readonly
Total number of entities matching the query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb', line 36 def additional_properties @additional_properties end |
#page_number ⇒ Object
Current page number (1-indexed)
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb', line 25 def page_number @page_number end |
#page_size ⇒ Object
Number of items per page
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb', line 28 def page_size @page_size end |
#query_id ⇒ Object
Query ID for pagination consistency
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb', line 31 def query_id @query_id end |
#total_row_count ⇒ Object
Total number of entities matching the query
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_entity_risk_scores_meta.rb', line 34 def total_row_count @total_row_count end |