Class: DatadogAPIClient::V1::SyntheticsListTestsResponse

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

Overview

Object containing an array of Synthetic tests configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#testsObject

Array of Synthetic tests configuration.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb', line 29

def tests
  @tests
end