Class: DatadogAPIClient::V2::OwnershipFeedbackResultAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OwnershipFeedbackResultAttributes
- 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
-
#action ⇒ Object
readonly
The feedback action to apply to an inference.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#checksum ⇒ Object
readonly
The checksum of the inference after the feedback was applied.
-
#new_status ⇒ Object
readonly
The lifecycle status of an ownership inference.
-
#owner_type ⇒ Object
readonly
The owner type for an ownership inference.
-
#previous_status ⇒ Object
readonly
The lifecycle status of an ownership inference.
-
#primary_contact_ref ⇒ Object
The primary contact reference for the inferred owner after the feedback was applied, formatted as
ref:handle/<owner_handle>. -
#updated_at ⇒ Object
readonly
The time when the inference was updated by 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_result_attributes.rb', line 25 def action @action end |
#additional_properties ⇒ Object
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 |
#checksum ⇒ Object
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_status ⇒ Object
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_type ⇒ Object
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_status ⇒ Object
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_ref ⇒ Object
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_at ⇒ Object
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 |