Class: DatadogAPIClient::V2::ListInvestigationsResponseMetaPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListInvestigationsResponseMetaPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb
Overview
Pagination metadata.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#limit ⇒ Object
readonly
Maximum number of results per page.
-
#offset ⇒ Object
readonly
Offset of the current page.
-
#total ⇒ Object
readonly
Total number of investigations.
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/list_investigations_response_meta_page.rb', line 33 def additional_properties @additional_properties end |
#limit ⇒ Object
Maximum number of results per page.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb', line 25 def limit @limit end |
#offset ⇒ Object
Offset of the current page.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb', line 28 def offset @offset end |
#total ⇒ Object
Total number of investigations.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb', line 31 def total @total end |