data class PolicySettingsResponse(val fileUploadLimitInMb: Int? = null, val maxRequestBodySizeInKb: Int? = null, val mode: String? = null, val requestBodyCheck: Boolean? = null, val state: String? = null)
Defines contents of a web application firewall global configuration.