Class: DatadogAPIClient::V2::EntityContextResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityContextResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_context_response_meta.rb
Overview
Metadata returned alongside the entity context response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#page ⇒ Object
readonly
Pagination metadata for the entity context response.
-
#total_count ⇒ Object
readonly
The total number of entities matching the query, irrespective of pagination.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/entity_context_response_meta.rb', line 30 def additional_properties @additional_properties end |
#page ⇒ Object
Pagination metadata for the entity context response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_context_response_meta.rb', line 25 def page @page end |
#total_count ⇒ Object
The total number of entities matching the query, irrespective of pagination.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_context_response_meta.rb', line 28 def total_count @total_count end |