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
-
#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
#from ⇒ Object
Minimum time for the requested events. Supports date, math, and regular timestamps (in milliseconds).
29 30 31 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 29 def from @from end |
#query ⇒ Object
Search query following the Audit Logs search syntax.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 32 def query @query end |
#to ⇒ Object
Maximum time for the requested events. Supports date, math, and regular timestamps (in milliseconds).
35 36 37 |
# File 'lib/datadog_api_client/v2/models/audit_logs_query_filter.rb', line 35 def to @to end |