GetUserPlainArgs

data class GetUserPlainArgs(val userId: String) : ConvertibleToJava<GetUserPlainArgs>

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

Link copied to clipboard

The ID of the user.

Functions

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