File System Http Logs Config Response
data class FileSystemHttpLogsConfigResponse(val enabled: Boolean? = null, val retentionInDays: Int? = null, val retentionInMb: Int? = null)
Http logs to file system configuration.
Constructors
Link copied to clipboard
fun FileSystemHttpLogsConfigResponse(enabled: Boolean? = null, retentionInDays: Int? = null, retentionInMb: Int? = null)