Sha256: 74c20698681d9784c0c1d8e81a25a1a260b74461cee8b27f283e5365c807c58b
Contents?: true
Size: 1.49 KB
Versions: 3
Compression:
Stored size: 1.49 KB
Contents
# DatadogAPIClient::V1::SyntheticsTestDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | [**SyntheticsTestConfig**](SyntheticsTestConfig.md) | | [optional] | | **locations** | **Array<String>** | Array of locations used to run the test. | [optional] | | **message** | **String** | Notification message associated with the test. | [optional] | | **monitor_id** | **Integer** | The associated monitor ID. | [optional] | | **name** | **String** | Name of the test. | [optional] | | **options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional] | | **public_id** | **String** | The test public ID. | [optional] | | **status** | [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) | | [optional] | | **steps** | [**Array<SyntheticsStep>**](SyntheticsStep.md) | For browser test, the steps of the test. | [optional] | | **subtype** | [**SyntheticsTestDetailsSubType**](SyntheticsTestDetailsSubType.md) | | [optional] | | **tags** | **Array<String>** | Array of tags attached to the test. | [optional] | | **type** | [**SyntheticsTestDetailsType**](SyntheticsTestDetailsType.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTestDetails.new( config: null, locations: null, message: null, monitor_id: null, name: null, options: null, public_id: null, status: null, steps: null, subtype: null, tags: null, type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems