Class: DatadogAPIClient::V2::ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_dayObject

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_timeObject

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_dayObject

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_timeObject

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