Class: DatadogAPIClient::V2::LayerAttributesRestrictionsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LayerAttributesRestrictionsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb
Overview
Represents a time restriction within a layer, specifying the days and times when this layer is active or inactive.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#end_day ⇒ Object
Defines the end day of the restriction within a Layer.
-
#end_time ⇒ Object
The time of day the restriction ends (hh:mm:ss).
-
#start_day ⇒ Object
Defines the start day of the restriction within a Layer.
-
#start_time ⇒ Object
The time of day the restriction begins (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/layer_attributes_restrictions_items.rb', line 37 def additional_properties @additional_properties end |
#end_day ⇒ Object
Defines the end day of the restriction within a Layer.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb', line 26 def end_day @end_day end |
#end_time ⇒ Object
The time of day the restriction ends (hh:mm:ss).
29 30 31 |
# File 'lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb', line 29 def end_time @end_time end |
#start_day ⇒ Object
Defines the start day of the restriction within a Layer.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb', line 32 def start_day @start_day end |
#start_time ⇒ Object
The time of day the restriction begins (hh:mm:ss).
35 36 37 |
# File 'lib/datadog_api_client/v2/models/layer_attributes_restrictions_items.rb', line 35 def start_time @start_time end |