docs/v1/SyntheticsPrivateLocationSecretsConfigDecryption.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsPrivateLocationSecretsConfigDecryption.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,11 +1,11 @@
# DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsConfigDecryption
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
+| Name | Type | Description | Notes |
+| ------- | ---------- | ------------------------------------- | -------------------- |
| **key** | **String** | Private key for the private location. | [optional][readonly] |
## Example
```ruby
@@ -13,6 +13,5 @@
instance = DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsConfigDecryption.new(
key: null
)
```
-