Class: DatadogAPIClient::V1::SplitVectorEntryItem

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#tag_keyObject

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_valuesObject

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