Listener Access Log Tracing Config
data class ListenerAccessLogTracingConfig(val tracingEnabled: Boolean? = null, val tracingSample: Int? = null, val tracingType: String? = null)
Constructors
Link copied to clipboard
fun ListenerAccessLogTracingConfig(tracingEnabled: Boolean? = null, tracingSample: Int? = null, tracingType: String? = null)