Sha256: a2827174975e033d10781d202f9f8fb14426a5026062de3050b0dc751a5e4d9b
Contents?: true
Size: 423 Bytes
Versions: 7
Compression:
Stored size: 423 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsListTestsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **tests** | [**Array<SyntheticsTestDetails>**](SyntheticsTestDetails.md) | Array of Synthetic tests configuration. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsListTestsResponse.new( tests: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems