Get Users Result
data class GetUsersResult(val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null, val users: List<GetUsersUser>)
A collection of values returned by getUsers.
Constructors
Link copied to clipboard
fun GetUsersResult(id: String, ids: List<String>, outputFile: String? = null, status: String? = null, users: List<GetUsersUser>)