Get User Plain Args
data class GetUserPlainArgs(val email: String? = null, val namespaceId: Int? = null, val userId: Int? = null, val username: String? = null) : ConvertibleToJava<GetUserPlainArgs>
A collection of arguments for invoking getUser.