emo / me.eater.emo.emo.dto.repository / Repository

Repository

open class Repository

Constructors

<init>

Repository(name: String, description: String = "", : String? = null, links: Links = Links(), modpacks: Map<String, ModpackWithVersions> = mapOf())

Properties

description

val description: String

links

val links: Links

logo

val logo: String?

modpacks

open val modpacks: Map<String, ModpackWithVersions>

name

val name: String

Functions

toJson

fun toJson(): String

Companion Object Functions

fromJson

fun fromJson(json: String): Repository?

Inheritors

MutableRepository

class MutableRepository : Repository