Class: DatadogAPIClient::V2::AiCustomRuleRevisionResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AiCustomRuleRevisionResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb
Overview
Response data for an AI custom rule revision.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Response attributes of an AI custom rule revision.
-
#id ⇒ Object
readonly
The revision identifier.
-
#type ⇒ Object
readonly
AI custom rule revision resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Response attributes of an AI custom rule revision.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The revision identifier.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb', line 28 def id @id end |
#type ⇒ Object
AI custom rule revision resource type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb', line 31 def type @type end |