Class: DatadogAPIClient::V2::CreateRuleResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateRuleResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_rule_response_data.rb
Overview
Create rule response data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Details of a rule.
-
#id ⇒ Object
The unique ID for a scorecard rule.
-
#relationships ⇒ Object
Scorecard create rule response relationship.
-
#type ⇒ Object
The JSON:API type for scorecard rules.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/create_rule_response_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
Details of a rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_rule_response_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The unique ID for a scorecard rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_rule_response_data.rb', line 28 def id @id end |
#relationships ⇒ Object
Scorecard create rule response relationship.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_rule_response_data.rb', line 31 def relationships @relationships end |
#type ⇒ Object
The JSON:API type for scorecard rules.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_rule_response_data.rb', line 34 def type @type end |