Class: DatadogAPIClient::V2::AiCustomRulesetRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AiCustomRulesetRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb
Overview
Attributes for creating an AI custom ruleset.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
Base64-encoded full description of the ruleset.
-
#name ⇒ Object
readonly
The ruleset name.
-
#short_description ⇒ Object
readonly
Base64-encoded short description of the ruleset.
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_ruleset_request_attributes.rb', line 33 def additional_properties @additional_properties end |
#description ⇒ Object
Base64-encoded full description of the ruleset.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb', line 25 def description @description end |
#name ⇒ Object
The ruleset name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb', line 28 def name @name end |
#short_description ⇒ Object
Base64-encoded short description of the ruleset.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb', line 31 def short_description @short_description end |