Class: DatadogAPIClient::V2::PatchDegradationRequestDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchDegradationRequestDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships.rb
Overview
The supported relationships for updating a degradation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#template ⇒ Object
The template used to create the degradation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships.rb', line 27 def additional_properties @additional_properties end |
#template ⇒ Object
The template used to create the degradation.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships.rb', line 25 def template @template end |