Users

open class Users : Serializable

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class User : Serializable

Properties

Link copied to clipboard
@SerializedName(value = "users")
open var users: List<Users.User>