Class: DatadogAPIClient::V2::SyntheticsTestVersionChangeAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionChangeAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb
Overview
Attributes of a version change record.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author_uuid ⇒ Object
UUID of the user who created this version.
-
#change_metadata ⇒ Object
List of metadata describing individual changes in this version.
-
#version_number ⇒ Object
The sequential version number.
-
#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.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 36 def additional_properties @additional_properties end |
#author_uuid ⇒ Object
UUID of the user who created this version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 25 def @author_uuid end |
#change_metadata ⇒ Object
List of metadata describing individual changes in this version.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 28 def @change_metadata end |
#version_number ⇒ Object
The sequential version number.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 31 def version_number @version_number end |
#version_payload_created_at ⇒ Object
Timestamp of when this version was created.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_attributes.rb', line 34 def version_payload_created_at @version_payload_created_at end |