Class: DatadogAPIClient::V2::LayerAttributesInterval

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/layer_attributes_interval.rb

Overview

Defines how often the rotation repeats, using a combination of days and optional seconds.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 30

def additional_properties
  @additional_properties
end

#daysObject

The number of days in each rotation cycle.



25
26
27
# File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 25

def days
  @days
end

#secondsObject

Any additional seconds for the rotation cycle (up to 30 days).



28
29
30
# File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 28

def seconds
  @seconds
end