Logging Rule Response
    data class LoggingRuleResponse(val action: String, val detailLevel: String, val direction: String, val hiddenPropertyPaths: LoggingRuleResponseHiddenPropertyPaths? = null)
Constructors
Link copied to clipboard
                fun LoggingRuleResponse(action: String, detailLevel: String, direction: String, hiddenPropertyPaths: LoggingRuleResponseHiddenPropertyPaths? = null)