Class: DatadogAPIClient::V2::ChangeEventCustomAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#authorObject

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
  @author
end

#change_metadataObject

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_resourceObject

Object representing a uniquely identified resource.


31
32
33
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 31

def changed_resource
  @changed_resource
end

#impacted_resourcesObject

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_valueObject

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_valueObject

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