Sha256: 5fb2aec7a46189a7c95be8a8fa2174fa60438ccf44b7358167a32bfe5af9bc13
Contents?: true
Size: 1.49 KB
Versions: 2
Compression:
Stored size: 1.49 KB
Contents
# DatadogAPIClient::V1::SyntheticsPrivateLocation ## Properties | Name | Type | Description | Notes | | --------------- | --------------------------------------------------------------------------- | ----------------------------------------------- | -------------------- | | **description** | **String** | Description of the private location. | | | **id** | **String** | Unique identifier of the private location. | [optional][readonly] | | **name** | **String** | Name of the private location. | | | **secrets** | [**SyntheticsPrivateLocationSecrets**](SyntheticsPrivateLocationSecrets.md) | | [optional] | | **tags** | **Array<String>** | Array of tags attached to the private location. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsPrivateLocation.new( description: Description of private location, id: null, name: New private location, secrets: null, tags: ["team:front"] ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsPrivateLocation.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsPrivateLocation.md |