Class: DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb
Overview
A time slot returned in a Synthetics downtime response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#duration ⇒ Object
readonly
The duration of the time slot in seconds.
-
#id ⇒ Object
readonly
The unique identifier of the time slot.
-
#name ⇒ Object
The label for the time slot.
-
#recurrence ⇒ Object
Recurrence settings returned in a Synthetics downtime time slot response.
-
#start ⇒ Object
readonly
A specific date and time used to define the start or end of a Synthetics downtime time slot.
-
#timezone ⇒ Object
readonly
The IANA timezone name for the time slot.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 42 def additional_properties @additional_properties end |
#duration ⇒ Object
The duration of the time slot in seconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 25 def duration @duration end |
#id ⇒ Object
The unique identifier of the time slot.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 28 def id @id end |
#name ⇒ Object
The label for the time slot.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 31 def name @name end |
#recurrence ⇒ Object
Recurrence settings returned in a Synthetics downtime time slot response.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 34 def recurrence @recurrence end |
#start ⇒ Object
A specific date and time used to define the start or end of a Synthetics downtime time slot.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 37 def start @start end |
#timezone ⇒ Object
The IANA timezone name for the time slot.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_response.rb', line 40 def timezone @timezone end |