Class: DatadogAPIClient::V2::DegradationDataAttributesUpdatesItemsComponentsAffectedItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DegradationDataAttributesUpdatesItemsComponentsAffectedItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items_components_affected_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
Identifier of the component affected at the time of the update.
-
#name ⇒ Object
The name of the component affected at the time of the update.
-
#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/degradation_data_attributes_updates_items_components_affected_items.rb', line 33 def additional_properties @additional_properties end |
#id ⇒ Object
Identifier of the component affected at the time of the update.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items_components_affected_items.rb', line 25 def id @id end |
#name ⇒ Object
The name of the component affected at the time of the update.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items_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/degradation_data_attributes_updates_items_components_affected_items.rb', line 31 def status @status end |