Class: DatadogAPIClient::V2::AuditLogsResponseMetadata

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

Overview

The metadata associated with a request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#elapsedObject

Time elapsed in milliseconds.



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

def elapsed
  @elapsed
end

#pageObject

Paging attributes.



32
33
34
# File 'lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb', line 32

def page
  @page
end

#request_idObject

The identifier of the request.



35
36
37
# File 'lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb', line 35

def request_id
  @request_id
end

#statusObject

The status of the response.



38
39
40
# File 'lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb', line 38

def status
  @status
end

#warningsObject

A list of warnings (non-fatal errors) encountered. Partial results may return if warnings are present in the response.



42
43
44
# File 'lib/datadog_api_client/v2/models/audit_logs_response_metadata.rb', line 42

def warnings
  @warnings
end