All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.gw2.v2.model.item.detail.MiniDetails.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.gw2.v2.model.item.detail

import com.bselzer.gw2.v2.model.mini.MiniId
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class MiniDetails(
    /**
     * The id of the mini.
     * @see the wiki
     */
    @SerialName("minipet_id")
    val miniId: MiniId = MiniId()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy