Sha256: f68546eb8680cde535155aa570d2620a710e0450cd84cd9b5494c90ab6318677
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsLocations ## Properties | Name | Type | Description | Notes | | ------------- | ------------------------------------------------------------ | ----------------------------- | ---------- | | **locations** | [**Array<SyntheticsLocation>**](SyntheticsLocation.md) | List of Synthetics locations. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsLocations.new( locations: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsLocations.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsLocations.md |