Class: DatadogAPIClient::V2::TableRowResourceDataAttributes

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

Overview

Column values for this row in the reference table.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#valuesObject

Key-value pairs representing the row data, where keys are field names from the schema.



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

def values
  @values
end