Sha256: 7fbce0bd404c1a451fdf6e9c2b8ae180312a04fbb87722aa029578dee2487950
Contents?: true
Size: 415 Bytes
Versions: 7
Compression:
Stored size: 415 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
7 entries across 7 versions & 1 rubygems