Class: DatadogAPIClient::V2::GroupScalarColumn

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/group_scalar_column.rb

Overview

A column containing the tag keys and values in a group.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

The name of the tag key or group.



25
26
27
# File 'lib/datadog_api_client/v2/models/group_scalar_column.rb', line 25

def name
  @name
end

#typeObject

The type of column present for groups.



28
29
30
# File 'lib/datadog_api_client/v2/models/group_scalar_column.rb', line 28

def type
  @type
end

#valuesObject

The array of tag values for each group found for the results of the formulas or queries.



31
32
33
# File 'lib/datadog_api_client/v2/models/group_scalar_column.rb', line 31

def values
  @values
end