Class: DatadogAPIClient::V2::SyntheticsTestVersionChangeMetadataItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestVersionChangeMetadataItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_version_change_metadata_item.rb
Overview
Object describing a single change within a version.
Instance Attribute Summary collapse
-
#action ⇒ Object
The action that was performed (for example,
updatedorcreated). -
#action_metadata ⇒ Object
Object containing metadata about a change action.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
The action that was performed (for example, updated or created).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_metadata_item.rb', line 25 def action @action end |
#action_metadata ⇒ Object
Object containing metadata about a change action.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_metadata_item.rb', line 28 def @action_metadata end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_version_change_metadata_item.rb', line 30 def additional_properties @additional_properties end |