LoggingFilterModelPropertiesResponse

data class LoggingFilterModelPropertiesResponse(val defaultBehavior: String? = null, val filters: List<FilterResponse>? = null)

Definition of LoggingFilterModelProperties

Constructors

Link copied to clipboard
constructor(defaultBehavior: String? = null, filters: List<FilterResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultBehavior: String? = null

Default handling for logs that don't match any of the specified filtering conditions.

Link copied to clipboard

The filters that you want to apply to the logs.