Class: DatadogAPIClient::V2::DowntimeScheduleOneTimeResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DowntimeScheduleOneTimeResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/downtime_schedule_one_time_response.rb
Overview
A one-time downtime definition.
Instance Attribute Summary collapse
-
#_end ⇒ Object
ISO-8601 Datetime to end the downtime.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#start ⇒ Object
readonly
ISO-8601 Datetime to start the downtime.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
ISO-8601 Datetime to end the downtime.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_one_time_response.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_one_time_response.rb', line 30 def additional_properties @additional_properties end |
#start ⇒ Object
ISO-8601 Datetime to start the downtime.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_one_time_response.rb', line 28 def start @start end |