Management Policy Rule Response
data class ManagementPolicyRuleResponse(val definition: ManagementPolicyDefinitionResponse, val enabled: Boolean? = null, val name: String, val type: String)
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
Constructors
Link copied to clipboard
constructor(definition: ManagementPolicyDefinitionResponse, enabled: Boolean? = null, name: String, type: String)