Sha256: 838bad5299ab756931f0f2b3a3090efed508d0bd5cd1dd8d17ed79e50e5d99cd

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsTriggerCITestLocation

## Properties

| Name     | Type        | Description                        | Notes      |
| -------- | ----------- | ---------------------------------- | ---------- |
| **id**   | **Integer** | Unique identifier of the location. | [optional] |
| **name** | **String**  | Name of the location.              | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTriggerCITestLocation.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/SyntheticsTriggerCITestLocation.md
datadog_api_client-1.5.0 docs/v1/SyntheticsTriggerCITestLocation.md