Sha256: 7b367440401dbc8be044be5347575a8019fbfcb069241477035089a93a562425

Contents?: true

Size: 504 Bytes

Versions: 7

Compression:

Stored size: 504 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponseResultEncryption

## Properties

| 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'

instance = DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponseResultEncryption.new(
  id: null,
  key: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.3.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.2.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.1.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.0.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md