Class: DatadogAPIClient::V1::SyntheticsTestOptionsScheduling
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestOptionsScheduling
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#timeframes ⇒ Object
readonly
Array containing objects describing the scheduling pattern to apply to each day.
-
#timezone ⇒ Object
readonly
Timezone in which the timeframe is based.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb', line 30 def additional_properties @additional_properties end |
#timeframes ⇒ Object
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 |
#timezone ⇒ Object
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 |