Management Policy Rule
data class ManagementPolicyRule(val actions: ManagementPolicyRuleActions, val enabled: Boolean, val filters: ManagementPolicyRuleFilters, val name: String)
Constructors
Link copied to clipboard
constructor(actions: ManagementPolicyRuleActions, enabled: Boolean, filters: ManagementPolicyRuleFilters, name: String)