PluginConfigUser

@Serializable
data class PluginConfigUser(val UID: Int? = null, val GID: Int? = null)

Parameters

UID
GID

Constructors

Link copied to clipboard
constructor(UID: Int? = null, GID: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "GID")
val GID: Int?
Link copied to clipboard
@SerialName(value = "UID")
val UID: Int?