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
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_query ⇒ Object
Returns the value of attribute event_query.
-
#include_row_count ⇒ Object
Returns the value of attribute include_row_count.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#query ⇒ Object
Returns the value of attribute query.
-
#select_columns ⇒ Object
Returns the value of attribute select_columns.
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
Returns the value of attribute event_query.
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
Returns the value of attribute include_row_count.
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
Returns the value of attribute limit.
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
Returns the value of attribute query.
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
Returns the value of attribute select_columns.
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 |