GetQueryLogConfigFilter

data class GetQueryLogConfigFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetQueryLogConfigFilter>

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard

The name of the query logging configuration.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GetQueryLogConfigFilter