Class: DatadogAPIClient::V2::SyntheticsDowntimeTimeSlotResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#durationObject

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

#idObject

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

#nameObject

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

#recurrenceObject

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

#startObject

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

#timezoneObject

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