NewAlbumsInfo

@Serializable
internal data class NewAlbumsInfo(val href: String, val limit: Int, val next: String?, val offset: Int, val total: Int, val previous: String?, val items: List<AlbumInfo>)(source)

Constructors

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

Properties

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