Class: DatadogAPIClient::V2::ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb
Overview
Defines a time restriction object for a layer within a schedule update, including start and end days, as well as times.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#end_day ⇒ Object
Defines the day of the week on which the time restriction ends.
-
#end_time ⇒ Object
The time at which this restriction ends (hh:mm:ss).
-
#start_day ⇒ Object
Defines the day of the week on which the time restriction starts.
-
#start_time ⇒ Object
The time at which this restriction starts (hh:mm:ss).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb', line 37 def additional_properties @additional_properties end |
#end_day ⇒ Object
Defines the day of the week on which the time restriction ends.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb', line 26 def end_day @end_day end |
#end_time ⇒ Object
The time at which this restriction ends (hh:mm:ss).
29 30 31 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb', line 29 def end_time @end_time end |
#start_day ⇒ Object
Defines the day of the week on which the time restriction starts.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb', line 32 def start_day @start_day end |
#start_time ⇒ Object
The time at which this restriction starts (hh:mm:ss).
35 36 37 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items_restrictions_items.rb', line 35 def start_time @start_time end |