Class: DatadogAPIClient::V2::OwnershipFeedbackResultAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb

Overview

The attributes of an ownership feedback result.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#actionObject

The feedback action to apply to an inference.



25
26
27
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 25

def action
  @action
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 45

def additional_properties
  @additional_properties
end

#checksumObject

The checksum of the inference after the feedback was applied.



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

def checksum
  @checksum
end

#new_statusObject

The lifecycle status of an ownership inference.



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

def new_status
  @new_status
end

#owner_typeObject

The owner type for an ownership inference.



34
35
36
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 34

def owner_type
  @owner_type
end

#previous_statusObject

The lifecycle status of an ownership inference.



37
38
39
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 37

def previous_status
  @previous_status
end

#primary_contact_refObject

The primary contact reference for the inferred owner after the feedback was applied, formatted as ref:handle/<owner_handle>.



40
41
42
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 40

def primary_contact_ref
  @primary_contact_ref
end

#updated_atObject

The time when the inference was updated by the feedback.



43
44
45
# File 'lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb', line 43

def updated_at
  @updated_at
end