Class: DatadogAPIClient::V2::PatchDegradationRequestDataAttributesComponentsAffectedItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchDegradationRequestDataAttributesComponentsAffectedItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_degradation_request_data_attributes_components_affected_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The ID of the component.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
readonly
The status of the component.
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/patch_degradation_request_data_attributes_components_affected_items.rb', line 33 def additional_properties @additional_properties end |
#id ⇒ Object
The ID of the component. Must be a component of type component.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_degradation_request_data_attributes_components_affected_items.rb', line 25 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_degradation_request_data_attributes_components_affected_items.rb', line 28 def name @name end |
#status ⇒ Object
The status of the component.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/patch_degradation_request_data_attributes_components_affected_items.rb', line 31 def status @status end |