Class: DatadogAPIClient::V2::AiMemoryViolationResultResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AiMemoryViolationResultResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb
Overview
Response attributes of an AI memory violation result.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The creation timestamp.
-
#created_by ⇒ Object
readonly
The identifier of the user who created the result.
-
#line ⇒ Object
readonly
The line number where the violation was found.
-
#message ⇒ Object
readonly
A message explaining the violation result.
-
#name ⇒ Object
readonly
The file path where the violation was found.
-
#repository_id ⇒ Object
readonly
The repository identifier.
-
#rule ⇒ Object
readonly
The rule identifier in the format ruleset/rule.
-
#sha ⇒ Object
readonly
The git commit SHA where the violation was found.
-
#type ⇒ Object
readonly
The type of AI memory violation result indicating whether it is a true positive or false positive.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
The creation timestamp.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
The identifier of the user who created the result.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 28 def created_by @created_by end |
#line ⇒ Object
The line number where the violation was found.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 31 def line @line end |
#message ⇒ Object
A message explaining the violation result.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 34 def @message end |
#name ⇒ Object
The file path where the violation was found.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 37 def name @name end |
#repository_id ⇒ Object
The repository identifier.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 40 def repository_id @repository_id end |
#rule ⇒ Object
The rule identifier in the format ruleset/rule.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 43 def rule @rule end |
#sha ⇒ Object
The git commit SHA where the violation was found.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 46 def sha @sha end |
#type ⇒ Object
The type of AI memory violation result indicating whether it is a true positive or false positive.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb', line 49 def type @type end |