Sha256: bca9f78aee45773ddf8a38169e04c91b4b8c94031b9da21f53f00cfd4d50bf02
Contents?: true
Size: 505 Bytes
Versions: 2
Compression:
Stored size: 505 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsLocation ## Properties | Name | Type | Description | Notes | | -------- | ---------- | ---------------------------------- | ---------- | | **id** | **String** | Unique identifier of the location. | [optional] | | **name** | **String** | Name of the location. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsLocation.new( id: null, name: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsLocation.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsLocation.md |