Class: DatadogAPIClient::V2::DowntimeScheduleOneTimeCreateUpdateRequest

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

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

#startObject

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