Class: DatadogAPIClient::V2::ProductAnalyticsJourneyComputedColumn
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyComputedColumn
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
Name of a computed column to add to each row.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#name ⇒ Object
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 |