Get Policy Rule
data class GetPolicyRule(val actions: List<GetPolicyRuleAction>, val enabled: Boolean, val filters: List<GetPolicyRuleFilter>, val name: String)
Constructors
Link copied to clipboard
constructor(actions: List<GetPolicyRuleAction>, enabled: Boolean, filters: List<GetPolicyRuleFilter>, name: String)