Class: DatadogAPIClient::V2::ArbitraryRuleResponseArrayMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryRuleResponseArrayMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_rule_response_array_meta.rb
Overview
The ArbitraryRuleResponseArray
meta
.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#total_count ⇒ Object
The
meta
total_count
.
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/arbitrary_rule_response_array_meta.rb', line 27 def additional_properties @additional_properties end |
#total_count ⇒ Object
The meta
total_count
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_array_meta.rb', line 25 def total_count @total_count end |