UsersSavedAlbums

@Serializable
data class UsersSavedAlbums(val href: String, val limit: Int, val next: String? = null, val offset: Int, val previous: String? = null, val total: Int, val items: List<SavedAlbumObject>)

Constructors

Link copied to clipboard
constructor(href: String, limit: Int, next: String? = null, offset: Int, previous: String? = null, total: Int, items: List<SavedAlbumObject>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
val next: String? = null
Link copied to clipboard
val offset: Int
Link copied to clipboard
val previous: String? = null
Link copied to clipboard
val total: Int