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

commonMain.com.bselzer.gw2.v2.model.superadventurebox.song.SabSong.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.gw2.v2.model.superadventurebox.song

import com.bselzer.ktx.value.identifier.Identifiable
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class SabSong(
    /**
     * The id of the song.
     */
    @SerialName("id")
    override val id: SabSongId = SabSongId(),

    @SerialName("name")
    val name: String = ""
) : Identifiable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy