Class: DatadogAPIClient::V1::SplitVectorEntryItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SplitVectorEntryItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/split_vector_entry_item.rb
Overview
The split graph list contains a graph for each value of the split dimension.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#tag_key ⇒ Object
readonly
The tag key.
-
#tag_values ⇒ Object
readonly
The tag values.
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/v1/models/split_vector_entry_item.rb', line 30 def additional_properties @additional_properties end |
#tag_key ⇒ Object
The tag key.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/split_vector_entry_item.rb', line 25 def tag_key @tag_key end |
#tag_values ⇒ Object
The tag values.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/split_vector_entry_item.rb', line 28 def tag_values @tag_values end |