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

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

The entity that made the change. Optional, if provided it must 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 JSON object with information related to the change event. Supports up to 100 properties per object and a maximum nesting depth of 10 levels.



28
29
30
# File 'lib/datadog_api_client/v2/models/change_event_custom_attributes.rb', line 28

def 
  @change_metadata
end

#changed_resourceObject

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 correct location. Only resources of type service are supported. Maximum of 100 impacted resources allowed.



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 JSON object representing the new state 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 JSON object representing the previous state 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