Package com.moesif.api.models
Class RegexConfigModel
- java.lang.Object
-
- com.moesif.api.models.RegexConfigModel
-
- All Implemented Interfaces:
Serializable
public class RegexConfigModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<GovernanceRuleRegexConditionModel>conditionsintsampeleRate
-
Constructor Summary
Constructors Constructor Description RegexConfigModel()
-
-
-
Field Detail
-
sampeleRate
public int sampeleRate
-
conditions
public List<GovernanceRuleRegexConditionModel> conditions
-
-