Class: DatadogAPIClient::V1::SyntheticsTestOptionsSchedulingTimeframe
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestOptionsSchedulingTimeframe
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb
Overview
Object describing a timeframe.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#day ⇒ Object
readonly
Number representing the day of the week.
-
#from ⇒ Object
readonly
The hour of the day on which scheduling starts.
-
#to ⇒ Object
readonly
The hour of the day on which scheduling ends.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb', line 33 def additional_properties @additional_properties end |
#day ⇒ Object
Number representing the day of the week.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb', line 25 def day @day end |
#from ⇒ Object
The hour of the day on which scheduling starts.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb', line 28 def from @from end |
#to ⇒ Object
The hour of the day on which scheduling ends.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb', line 31 def to @to end |