CustomDatabaseOption

@Serializable
data class CustomDatabaseOption(val key: String, val value: String)

The custom value option for custom database providers.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Properties

Link copied to clipboard
@SerialName(value = "Key")
val key: String

The key of the value.

Link copied to clipboard
@SerialName(value = "Value")
val value: String

The value.