docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponseResultEncryption
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **id** | **String** | Fingerprint for the encryption key. | [optional] |
-| **key** | **String** | Public key for result encryption. | [optional] |
+| Name | Type | Description | Notes |
+| ------- | ---------- | ----------------------------------- | ---------- |
+| **id** | **String** | Fingerprint for the encryption key. | [optional] |
+| **key** | **String** | Public key for result encryption. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponseResultEncryption.new(
id: null,
key: null
)
```
-