Edition
data class Edition(val id: UUID, val coverSize: IntSize, val title: String, val description: String?, val date: Date, val featuredUntil: Date?, val isFree: Boolean, val productTag: String, val productName: String, coverUrl: String, metadataVersion: Int, packageVersion: Int)
Data class that holds the display information for an edition, typically used decorate the UI.
Constructors
Properties
Link copied to clipboard
The Edition's description, optional.
Link copied to clipboard
Indicates this Edition should be displayed in a featured list up to this point in time.
Link copied to clipboard
A tag that identifies the organization this edition comes from.
Link copied to clipboard
The product name this edition belongs to.
Link copied to clipboard
A tag that identifies the product this edition belongs to.