Class: DatadogAPIClient::V2::QueryEventFilteredUsersRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::QueryEventFilteredUsersRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb
Overview
Attributes for filtering users by both user properties and event platform activity.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_query ⇒ Object
Event platform query used to filter users based on their event activity within a specified time window.
-
#include_row_count ⇒ Object
Whether to include the total count of matching users in the response.
-
#limit ⇒ Object
Maximum number of user records to return in the response.
-
#query ⇒ Object
Filter expression using user attribute conditions to narrow results.
-
#select_columns ⇒ Object
List of user attribute column names to include in the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 39 def additional_properties @additional_properties end |
#event_query ⇒ Object
Event platform query used to filter users based on their event activity within a specified time window.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 25 def event_query @event_query end |
#include_row_count ⇒ Object
Whether to include the total count of matching users in the response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 28 def include_row_count @include_row_count end |
#limit ⇒ Object
Maximum number of user records to return in the response.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 31 def limit @limit end |
#query ⇒ Object
Filter expression using user attribute conditions to narrow results.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 34 def query @query end |
#select_columns ⇒ Object
List of user attribute column names to include in the response.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb', line 37 def select_columns @select_columns end |