Class: DatadogAPIClient::V2::AuditLogsQueryPageOptions

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

Overview

Paging attributes for listing events.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cursorObject

List following results with a cursor provided in the previous query.



25
26
27
# File 'lib/datadog_api_client/v2/models/audit_logs_query_page_options.rb', line 25

def cursor
  @cursor
end

#limitObject

Maximum number of events in the response.



28
29
30
# File 'lib/datadog_api_client/v2/models/audit_logs_query_page_options.rb', line 28

def limit
  @limit
end