Class: DatadogAPIClient::V1::SyntheticsLocations
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsLocations
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_locations.rb
Overview
List of Synthetics locations.
Instance Attribute Summary collapse
-
#locations ⇒ Object
List of Synthetics locations.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#locations ⇒ Object
List of Synthetics locations.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_locations.rb', line 29 def locations @locations end |