Class: DatadogAPIClient::V2::AuditLogsQueryOptions

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/audit_logs_query_options.rb

Overview

Global query options that are used during the query. Note: Specify either timezone or time offset, not both. Otherwise, the query fails.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#time_offsetObject

Time offset (in seconds) to apply to the query.



26
27
28
# File 'lib/datadog_api_client/v2/models/audit_logs_query_options.rb', line 26

def time_offset
  @time_offset
end

#timezoneObject

The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).



29
30
31
# File 'lib/datadog_api_client/v2/models/audit_logs_query_options.rb', line 29

def timezone
  @timezone
end