Class: DatadogAPIClient::V2::RuleBasedViewAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RuleBasedViewAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rule_based_view_attributes.rb
Overview
Attributes of the rule-based view.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
readonly
Total number of rules in the view.
-
#rules ⇒ Object
readonly
List of rules in the rule-based view.
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/rule_based_view_attributes.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
Total number of rules in the view.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rule_based_view_attributes.rb', line 25 def count @count end |
#rules ⇒ Object
List of rules in the rule-based view.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rule_based_view_attributes.rb', line 28 def rules @rules end |