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

#actor_handleObject

The handle of the actor submitting the feedback.



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

def actor_handle
  @actor_handle
end

#actor_typeObject

The type of actor submitting the feedback, for example user or service.



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

def actor_type
  @actor_type
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#corrected_owner_handleObject

The corrected owner handle. Required when action is correct.



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

def corrected_owner_handle
  @corrected_owner_handle
end

#corrected_owner_typeObject

The corrected owner type. Required when action is correct.



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

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.



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

def inference_checksum
  @inference_checksum
end

#reasonObject

An optional free-form reason explaining the feedback.



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

def reason
  @reason
end