Class: DatadogAPIClient::V1::SyntheticsTestRequestCertificateItem

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#contentObject

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

#filenameObject

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_atObject

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