Sha256: f1e21b6b4ca45fc73a2caed43161d7080c8868605996959bdd2fd8386813fd0e

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md
datadog_api_client-1.5.0 docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md