Sha256: db8e637c0429a3f3923f305b03349752ab33cab81eafa53a2e92da0af37c27a9
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsTriggerBody ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------------------------ | --------------------------- | ----- | | **tests** | [**Array<SyntheticsTriggerTest>**](SyntheticsTriggerTest.md) | Individual synthetics test. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsTriggerBody.new( tests: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsTriggerBody.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsTriggerBody.md |