Class: DatadogAPIClient::V1::SyntheticsTestOptionsScheduling

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb

Overview

Object containing timeframes and timezone used for advanced scheduling.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#timeframesObject

Array containing objects describing the scheduling pattern to apply to each day.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb', line 25

def timeframes
  @timeframes
end

#timezoneObject

Timezone in which the timeframe is based.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb', line 28

def timezone
  @timezone
end