Class: DatadogAPIClient::V2::CIAppTestEventsResponse

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

Overview

Response object with all test events matching the request and pagination information.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

Array of events matching the request.



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

def data
  @data
end

Links attributes.



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

def links
  @links
end

#metaObject

The metadata associated with a request.



31
32
33
# File 'lib/datadog_api_client/v2/models/ci_app_test_events_response.rb', line 31

def meta
  @meta
end