Class: DatadogAPIClient::V2::SyntheticsTestVersionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb
Overview
Attributes of a specific Synthetic test version.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
Object describing the author of a test version.
-
#change_metadata ⇒ Object
List of metadata describing individual changes in this version.
-
#payload ⇒ Object
The full test configuration at this version.
-
#version_payload_created_at ⇒ Object
Timestamp of when this version was created.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 37 def additional_properties @additional_properties end |
#author ⇒ Object
Object describing the author of a test version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 25 def @author end |
#change_metadata ⇒ Object
List of metadata describing individual changes in this version.
Only returned when the include_change_metadata query parameter is true.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 29 def @change_metadata end |
#payload ⇒ Object
The full test configuration at this version.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 32 def payload @payload end |
#version_payload_created_at ⇒ Object
Timestamp of when this version was created.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_attributes.rb', line 35 def version_payload_created_at @version_payload_created_at end |