Class: DatadogAPIClient::V2::TagIndexingRulesResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TagIndexingRulesResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tag_indexing_rules_response_meta.rb
Overview
Pagination metadata for a list of tag indexing rules.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#total ⇒ Object
Total number of tag indexing rules in the org.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rules_response_meta.rb', line 27 def additional_properties @additional_properties end |
#total ⇒ Object
Total number of tag indexing rules in the org.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rules_response_meta.rb', line 25 def total @total end |