Character
@Serializable
A data model representing a character.
Constructors
Link copied to clipboard
constructor(alias: List<String> = emptyList(), comicvineId: Long? = null, creators: List<BaseResource> = emptyList(), description: String? = null, grandComicsDatabaseId: Long? = null, id: Long, image: String? = null, modified: Instant, name: String, resourceUrl: String, teams: List<BaseResource> = emptyList(), universes: List<BaseResource> = emptyList())
Properties
Link copied to clipboard
The aliases of the character.
Link copied to clipboard
The Comic Vine ID of the character.
Link copied to clipboard
The creators of the character.
Link copied to clipboard
The description of the character.
Link copied to clipboard
The Grand Comics Database ID of the character
Link copied to clipboard
The image URL of the character.
Link copied to clipboard
The URL of the character resource.
Link copied to clipboard
The teams the character belongs to.
Link copied to clipboard
The universes the character is associated with.