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