Class: DatadogAPIClient::V2::OwnershipFeedbackRequestAttributes

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

Overview

The attributes of an ownership feedback request.

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_request_attributes.rb', line 25

def action
  @action
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/ownership_feedback_request_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#corrected_owner_handleObject

The corrected owner handle. Required when action is correct.



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

def corrected_owner_handle
  @corrected_owner_handle
end

#corrected_owner_typeObject

The corrected owner type. Required when action is correct.



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

def corrected_owner_type
  @corrected_owner_type
end

#inference_checksumObject

The checksum of the inference being acted upon. Must match the current inference checksum or the request returns a conflict.



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

def inference_checksum
  @inference_checksum
end

#reasonObject

An optional free-form reason explaining the feedback.



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

def reason
  @reason
end