Lifecycle Policy Filter
data class LifecyclePolicyFilter(val retainAtLeast: Int? = null, val type: LifecyclePolicyFilterType, val unit: LifecyclePolicyTimeUnit? = null, val value: Int)
The filters to apply of the policy detail.
Constructors
Link copied to clipboard
constructor(retainAtLeast: Int? = null, type: LifecyclePolicyFilterType, unit: LifecyclePolicyTimeUnit? = null, value: Int)