Class: DatadogAPIClient::V1::SyntheticsTestOptionsSchedulingTimeframe

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dayObject

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

#fromObject

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

#toObject

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