Logging Rule Response Hidden Property Paths
data class LoggingRuleResponseHiddenPropertyPaths(val hiddenPathsOnRequest: List<String>? = null, val hiddenPathsOnResponse: List<String>? = null)
Constructors
Link copied to clipboard
fun LoggingRuleResponseHiddenPropertyPaths(hiddenPathsOnRequest: List<String>? = null, hiddenPathsOnResponse: List<String>? = null)