Credit

@Serializable
data class Credit(val creator: String, val id: Long, val roles: List<GenericItem> = emptyList())

A class representing a credit with ID, creator and roles.

Constructors

Link copied to clipboard
constructor(creator: String, id: Long, roles: List<GenericItem> = emptyList())

Properties

Link copied to clipboard

The creator associated with the credit.

Link copied to clipboard
val id: Long

The ID of the credit.

Link copied to clipboard

The list of roles the creator has in this credit.