Class: DatadogAPIClient::V2::DowntimeScheduleOneTimeCreateUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DowntimeScheduleOneTimeCreateUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/downtime_schedule_one_time_create_update_request.rb
Overview
A one-time downtime definition.
Instance Attribute Summary collapse
-
#_end ⇒ Object
ISO-8601 Datetime to end the downtime.
-
#start ⇒ Object
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. Must include a UTC offset of zero. If not provided, the downtime continues forever.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_one_time_create_update_request.rb', line 26 def _end @_end end |
#start ⇒ Object
ISO-8601 Datetime to start the downtime. Must include a UTC offset of zero. If not provided, the downtime starts the moment it is created.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/downtime_schedule_one_time_create_update_request.rb', line 30 def start @start end |