Sha256: 32b42d0b3b82794559916a676708157cfcb5502ec9bf6f0a68991ffeb241453e

Contents?: true

Size: 771 Bytes

Versions: 2

Compression:

Stored size: 771 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsTestRequestCertificateItem

## Properties

| Name           | Type       | Description                                           | Notes      |
| -------------- | ---------- | ----------------------------------------------------- | ---------- |
| **content**    | **String** | Content of the certificate or key.                    | [optional] |
| **filename**   | **String** | File name for the certificate or key.                 | [optional] |
| **updated_at** | **String** | Date of update of the certificate or key, ISO format. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsTestRequestCertificateItem.new(
  content: null,
  filename: null,
  updated_at: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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