WorkgroupConfigParameter

data class WorkgroupConfigParameter(val parameterKey: String? = null, val parameterValue: String? = null)

Constructors

Link copied to clipboard
constructor(parameterKey: String? = null, parameterValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameterKey: String? = null

The key of the parameter. The options are datestyle , enable_user_activity_logging , query_group , search_path , max_query_execution_time , and require_ssl .

Link copied to clipboard
val parameterValue: String? = null

The value of the parameter to set.