emo / me.eater.emo.forge.dto.manifest.v1 / Library

Library

data class Library : ILibrary

Constructors

<init>

Library(name: String, url: String? = null, serverreq: Boolean? = null, checksums: List<String>? = null, clientreq: Boolean? = null)

Properties

checksums

val checksums: List<String>?

clientreq

val clientreq: Boolean?

name

val name: String

serverreq

val serverreq: Boolean?

url

val url: String?

Functions

getPath

fun getPath(): String