Class: DatadogAPIClient::V2::OwnershipFeedbackRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OwnershipFeedbackRequestAttributes
- 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
-
#action ⇒ Object
readonly
The feedback action to apply to an inference.
-
#actor_handle ⇒ Object
readonly
The handle of the actor submitting the feedback.
-
#actor_type ⇒ Object
readonly
The type of actor submitting the feedback, for example
userorservice. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#corrected_owner_handle ⇒ Object
The corrected owner handle.
-
#corrected_owner_type ⇒ Object
The corrected owner type.
-
#inference_checksum ⇒ Object
readonly
The checksum of the inference being acted upon.
-
#reason ⇒ Object
An optional free-form reason explaining the feedback.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
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_handle ⇒ Object
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_type ⇒ Object
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_properties ⇒ Object
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_handle ⇒ Object
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_type ⇒ Object
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_checksum ⇒ Object
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 |
#reason ⇒ Object
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 |