Sha256: 9ab57f5c0e2244ea484003521debac9a9a8d53355be2a98ff660f5f9e1bd3a2e

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 KB

Contents

# DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponse

## Properties

| Name                  | Type                                                                                                                          | Description                                                                                                                              | Notes      |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **config**            | **Object**                                                                                                                    | Configuration skeleton for the private location. See installation instructions of the private location on how to use this configuration. | [optional] |
| **private_location**  | [**SyntheticsPrivateLocation**](SyntheticsPrivateLocation.md)                                                                 |                                                                                                                                          | [optional] |
| **result_encryption** | [**SyntheticsPrivateLocationCreationResponseResultEncryption**](SyntheticsPrivateLocationCreationResponseResultEncryption.md) |                                                                                                                                          | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsPrivateLocationCreationResponse.new(
  config: null,
  private_location: null,
  result_encryption: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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