Class: DatadogAPIClient::V2::ChangeEventCustomAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChangeEventCustomAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/change_event_custom_attributes.rb
Overview
Object representing custom change event attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
Object representing the entity which made the change.
-
#change_metadata ⇒ Object
Free form object with information related to the
change
event. -
#changed_resource ⇒ Object
readonly
Object representing a uniquely identified resource.
-
#impacted_resources ⇒ Object
A list of resources impacted by this change.
-
#new_value ⇒ Object
Free form object to track new value of the changed resource.
-
#prev_value ⇒ Object
Free form object to track previous value of the changed resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 43 def additional_properties @additional_properties end |
#author ⇒ Object
Object representing the entity which made the change. Optional field but if provided should include type
and name
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 25 def @author end |
#change_metadata ⇒ Object
Free form object with information related to the change
event. Can be arbitrarily nested and contain any valid JSON.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 28 def @change_metadata end |
#changed_resource ⇒ Object
Object representing a uniquely identified resource. Only the resource type feature_flag
is supported.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 31 def changed_resource @changed_resource end |
#impacted_resources ⇒ Object
A list of resources impacted by this change. It is recommended to provide an impacted resource to display
the change event at the right location. Only resources of type service
are supported.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 35 def impacted_resources @impacted_resources end |
#new_value ⇒ Object
Free form object to track new value of the changed resource.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 38 def new_value @new_value end |
#prev_value ⇒ Object
Free form object to track previous value of the changed resource.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 41 def prev_value @prev_value end |