Class: DatadogAPIClient::V2::ProductAnalyticsAudienceSegmentSubquery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsAudienceSegmentSubquery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_audience_segment_subquery.rb
Overview
A segment-based audience query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
Name of this query, referenced in the formula.
-
#segment_id ⇒ Object
readonly
UUID of the segment to filter by.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/product_analytics_audience_segment_subquery.rb', line 30 def additional_properties @additional_properties end |
#name ⇒ Object
Name of this query, referenced in the formula.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_audience_segment_subquery.rb', line 25 def name @name end |
#segment_id ⇒ Object
UUID of the segment to filter by.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_audience_segment_subquery.rb', line 28 def segment_id @segment_id end |