Class: DatadogAPIClient::V2::ProductAnalyticsRetentionFixedTimeInterval
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionFixedTimeInterval
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_fixed_time_interval.rb
Overview
A retention interval of fixed length, such as "7 days".
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
The discriminator identifying a fixed-length retention interval.
-
#unit ⇒ Object
readonly
Time unit for a fixed-length retention interval.
-
#value ⇒ Object
readonly
Length of the interval, expressed in
unit.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_fixed_time_interval.rb', line 33 def additional_properties @additional_properties end |
#type ⇒ Object
The discriminator identifying a fixed-length retention interval.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_fixed_time_interval.rb', line 25 def type @type end |
#unit ⇒ Object
Time unit for a fixed-length retention interval.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_fixed_time_interval.rb', line 28 def unit @unit end |
#value ⇒ Object
Length of the interval, expressed in unit.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_fixed_time_interval.rb', line 31 def value @value end |