GetUsersPlainArgs

data class GetUsersPlainArgs(val usernames: List<String>) : ConvertibleToJava<GetUsersPlainArgs>

A collection of arguments for invoking getUsers.

Constructors

Link copied to clipboard
constructor(usernames: List<String>)

Properties

Link copied to clipboard

List of usernames.

Functions

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