emo / me.eater.emo.minecraft.dto.profile / Profile

Profile

data class Profile

Constructors

<init>

Profile(id: String, name: String, properties: List<Property>)

Properties

id

val id: String

name

val name: String

properties

val properties: List<Property>

Functions

toJson

fun toJson(): String

Companion Object Functions

fromJson

fun fromJson(json: String): Profile?