Class: DatadogAPIClient::V2::SyntheticsTestResultCertificateValidity
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultCertificateValidity
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb
Overview
Validity window of a certificate.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from ⇒ Object
Unix timestamp (ms) of when the certificate became valid.
-
#to ⇒ Object
Unix timestamp (ms) of when the certificate expires.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb', line 30 def additional_properties @additional_properties end |
#from ⇒ Object
Unix timestamp (ms) of when the certificate became valid.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb', line 25 def from @from end |
#to ⇒ Object
Unix timestamp (ms) of when the certificate expires.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb', line 28 def to @to end |