PageOfListedUsers

@JsonSerializable
data class PageOfListedUsers(val PaginationToken: String?, val Users: List<ListedUser>)

Constructors

Link copied to clipboard
constructor(PaginationToken: String?, Users: List<ListedUser>)

Properties

Link copied to clipboard
Link copied to clipboard