Class: DatadogAPIClient::V2::ProductAnalyticsJourneyComputedColumn

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

Overview

A computed column added to each row. Requesting first_conversion_timestamps adds one <node alias>_timestamp key per step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#nameObject

Name of a computed column to add to each row.



26
27
28
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_computed_column.rb', line 26

def name
  @name
end