Class: DatadogAPIClient::V2::AuditLogsQueryFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuditLogsQueryFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/audit_logs_query_filter.rb
Overview
Search and filter query settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from ⇒ Object
Minimum time for the requested events.
-
#query ⇒ Object
Search query following the Audit Logs search syntax.
-
#to ⇒ Object
Maximum time for the requested events.
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/audit_logs_query_filter.rb', line 33 def additional_properties @additional_properties end |
#from ⇒ Object
Minimum time for the requested events. Supports date, math, and regular timestamps (in milliseconds).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 25 def from @from end |
#query ⇒ Object
Search query following the Audit Logs search syntax.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 28 def query @query end |
#to ⇒ Object
Maximum time for the requested events. Supports date, math, and regular timestamps (in milliseconds).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 31 def to @to end |