Class: DatadogAPIClient::V2::RUMQueryFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMQueryFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_query_filter.rb
Overview
The search and filter query settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from ⇒ Object
The minimum time for the requested events; supports date (in [ISO 8601](www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the ‘Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
-
#query ⇒ Object
The search query following the RUM search syntax.
-
#to ⇒ Object
The maximum time for the requested events; supports date (in [ISO 8601](www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the ‘Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/rum_query_filter.rb', line 33 def additional_properties @additional_properties end |
#from ⇒ Object
The minimum time for the requested events; supports date (in [ISO 8601](www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the ‘Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_query_filter.rb', line 25 def from @from end |
#query ⇒ Object
The search query following the RUM search syntax.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_query_filter.rb', line 28 def query @query end |
#to ⇒ Object
The maximum time for the requested events; supports date (in [ISO 8601](www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the ‘Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_query_filter.rb', line 31 def to @to end |