Class: DatadogAPIClient::V2::SecurityMonitoringDatasetVersionFieldChange
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringDatasetVersionFieldChange
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb
Overview
A single field change between two versions of a dataset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#current ⇒ Object
readonly
The current value of the field, serialized as a JSON value.
-
#field ⇒ Object
readonly
The name of the field that changed.
-
#previous ⇒ Object
readonly
The previous value of the field, serialized as a JSON value.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb', line 33 def additional_properties @additional_properties end |
#current ⇒ Object
The current value of the field, serialized as a JSON value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb', line 25 def current @current end |
#field ⇒ Object
The name of the field that changed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb', line 28 def field @field end |
#previous ⇒ Object
The previous value of the field, serialized as a JSON value.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb', line 31 def previous @previous end |