Class: DatadogAPIClient::V1::SyntheticsTestRequestCertificateItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestRequestCertificateItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb
Overview
Define a request certificate.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#content ⇒ Object
Content of the certificate or key.
-
#filename ⇒ Object
File name for the certificate or key.
-
#updated_at ⇒ Object
Date of update of the certificate or key, ISO format.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb', line 33 def additional_properties @additional_properties end |
#content ⇒ Object
Content of the certificate or key.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb', line 25 def content @content end |
#filename ⇒ Object
File name for the certificate or key.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb', line 28 def filename @filename end |
#updated_at ⇒ Object
Date of update of the certificate or key, ISO format.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb', line 31 def updated_at @updated_at end |