Class: DatadogAPIClient::V2::EventsListResponse

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

Overview

The response object with all events matching the request and pagination information.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

An array of events matching the request.



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

def data
  @data
end

Links attributes.



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

def links
  @links
end

#metaObject

The metadata associated with a request.



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

def meta
  @meta
end