Class: DatadogAPIClient::V1::CanceledDowntimesIds

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idsObject

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