Class: DatadogAPIClient::V2::CustomRulesetRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomRulesetRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb
Overview
Attributes for creating or updating a custom ruleset. name is required and must
equal the resource id; the server rejects a mismatch with a 412 response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Base64-encoded full description.
-
#name ⇒ Object
readonly
Ruleset name, which must be the same as the resource identifier.
-
#rules ⇒ Object
Rules in the ruleset.
-
#short_description ⇒ Object
Base64-encoded short description.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb', line 37 def additional_properties @additional_properties end |
#description ⇒ Object
Base64-encoded full description
26 27 28 |
# File 'lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb', line 26 def description @description end |
#name ⇒ Object
Ruleset name, which must be the same as the resource identifier.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb', line 29 def name @name end |
#rules ⇒ Object
Rules in the ruleset
32 33 34 |
# File 'lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb', line 32 def rules @rules end |
#short_description ⇒ Object
Base64-encoded short description
35 36 37 |
# File 'lib/datadog_api_client/v2/models/custom_ruleset_request_data_attributes.rb', line 35 def short_description @short_description end |