Class: DatadogAPIClient::V2::QueryEventFilteredUsersRequestDataAttributesEventQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::QueryEventFilteredUsersRequestDataAttributesEventQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#query ⇒ Object
Returns the value of attribute query.
-
#time_frame ⇒ Object
Returns the value of attribute time_frame.
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/query_event_filtered_users_request_data_attributes_event_query.rb', line 30 def additional_properties @additional_properties end |
#query ⇒ Object
Returns the value of attribute query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query.rb', line 25 def query @query end |
#time_frame ⇒ Object
Returns the value of attribute time_frame.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query.rb', line 28 def time_frame @time_frame end |