Sha256: 3d764fcc97e7a3caada233007d15dad7f88d7e745a961792dd5ca726fc3ede3b
Contents?: true
Size: 606 Bytes
Versions: 7
Compression:
Stored size: 606 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
7 entries across 7 versions & 1 rubygems