Class: DatadogAPIClient::V2::CSMAgentsMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CSMAgentsMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/csm_agents_metadata.rb
Overview
Metadata related to the paginated response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#page_index ⇒ Object
The index of the current page in the paginated results.
-
#page_size ⇒ Object
The number of items per page in the paginated results.
-
#total_filtered ⇒ Object
Total number of items that match the filter criteria.
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/csm_agents_metadata.rb', line 33 def additional_properties @additional_properties end |
#page_index ⇒ Object
The index of the current page in the paginated results.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/csm_agents_metadata.rb', line 25 def page_index @page_index end |
#page_size ⇒ Object
The number of items per page in the paginated results.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/csm_agents_metadata.rb', line 28 def page_size @page_size end |
#total_filtered ⇒ Object
Total number of items that match the filter criteria.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/csm_agents_metadata.rb', line 31 def total_filtered @total_filtered end |