Class: DatadogAPIClient::V1::ProductAnalyticsAudienceAccountSubquery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ProductAnalyticsAudienceAccountSubquery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/product_analytics_audience_account_subquery.rb
Overview
Product Analytics audience account subquery.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
Returns the value of attribute name.
-
#query ⇒ Object
Returns the value of attribute query.
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/v1/models/product_analytics_audience_account_subquery.rb', line 30 def additional_properties @additional_properties end |
#name ⇒ Object
Returns the value of attribute name.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/product_analytics_audience_account_subquery.rb', line 25 def name @name end |
#query ⇒ Object
Returns the value of attribute query.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/product_analytics_audience_account_subquery.rb', line 28 def query @query end |