Plan Rule Lifecycle
data class PlanRuleLifecycle(val coldStorageAfter: Int? = null, val deleteAfter: Int? = null, val optInToArchiveForSupportedResources: Boolean? = null)
Constructors
Link copied to clipboard
fun PlanRuleLifecycle(coldStorageAfter: Int? = null, deleteAfter: Int? = null, optInToArchiveForSupportedResources: Boolean? = null)