Class: DatadogAPIClient::V2::TableRowResourceDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableRowResourceDataAttributes
- 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
-
#values ⇒ Object
Key-value pairs representing the row data, where keys are field names from the schema.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#values ⇒ Object
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 |