Class: DatadogAPIClient::V2::ScheduleCreateRequestDataAttributesLayersItemsInterval
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleCreateRequestDataAttributesLayersItemsInterval
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_interval.rb
Overview
Defines how frequently the rotation repeats, using days and/or seconds (up to certain limits).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#days ⇒ Object
readonly
The number of full days in each rotation period.
-
#seconds ⇒ Object
readonly
Extra seconds that may be added to extend the rotation beyond whole days.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_interval.rb', line 30 def additional_properties @additional_properties end |
#days ⇒ Object
The number of full days in each rotation period.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_interval.rb', line 25 def days @days end |
#seconds ⇒ Object
Extra seconds that may be added to extend the rotation beyond whole days.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items_interval.rb', line 28 def seconds @seconds end |