Class: DatadogAPIClient::V1::CanceledDowntimesIds
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::CanceledDowntimesIds
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb
Overview
Object containing array of IDs of canceled downtimes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cancelled_ids ⇒ Object
ID of downtimes that were canceled.
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/v1/models/canceled_downtimes_ids.rb', line 27 def additional_properties @additional_properties end |
#cancelled_ids ⇒ Object
ID of downtimes that were canceled.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb', line 25 def cancelled_ids @cancelled_ids end |